Searched refs:INTREG_UREG0 (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/arm/insts/ |
H A D | macromem.cc | 100 *uop++ = new MicroAddiUop(machInst, INTREG_UREG0, rn, 0); 128 copy_base ? INTREG_UREG0 : rn, up, addr); 158 copy_base ? INTREG_UREG0 : rn, up, addr); 162 copy_base ? INTREG_UREG0 : rn, up, addr); 166 copy_base ? INTREG_UREG0 : rn, up, addr); 265 *uop++ = new MicroAddXiSpAlignUop(machInst, INTREG_UREG0, rn, 273 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel); 275 post ? rn : INTREG_UREG0, 16, noAlloc, exclusive, acrel); 278 post ? rn : INTREG_UREG0, 0, noAlloc, exclusive, acrel); 280 post ? rn : INTREG_UREG0, [all...] |
H A D | mem.hh | 93 ura(INTREG_UREG0), urb(INTREG_UREG1),
|
H A D | static_inst.cc | 302 if (reg_idx == INTREG_UREG0)
|
/gem5/src/arch/arm/ |
H A D | intregs.hh | 115 INTREG_UREG0, enumerator in enum:ArmISA::IntRegIndex
|
Completed in 14 milliseconds