Searched defs:shamt (Results 1 - 2 of 2) sorted by relevance
/gem5/tests/test-progs/insttest/src/riscv/ |
H A D | rv64c.h | 83 c_slli(uint64_t r, uint8_t shamt) argument 90 c_srli(uint64_t r, uint8_t shamt) argument 97 c_srai(int64_t r, uint8_t shamt) argument
|
/gem5/src/arch/arm/insts/ |
H A D | static_inst.cc | 57 ArmStaticInst::shift_rm_imm(uint32_t base, uint32_t shamt, argument 177 shift_rm_rs(uint32_t base, uint32_t shamt, uint32_t type, uint32_t cfval) const argument 217 shift_carry_imm(uint32_t base, uint32_t shamt, uint32_t type, uint32_t cfval) const argument 257 shift_carry_rs(uint32_t base, uint32_t shamt, uint32_t type, uint32_t cfval) const argument [all...] |
Completed in 6 milliseconds