Searched refs:INTREG_ZERO (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/arm/
H A Dintregs.hh114 INTREG_ZERO, enumerator in enum:ArmISA::IntRegIndex
314 INTREG_R12_FIQ, INTREG_R13_FIQ, INTREG_R14_FIQ, INTREG_ZERO
322 INTREG_ZERO, INTREG_ZERO, INTREG_ZERO, INTREG_ZERO,
323 INTREG_ZERO, INTREG_ZERO, INTREG_ZERO, INTREG_ZERO,
[all...]
H A Dregisters.hh126 const int ZeroReg = INTREG_ZERO;
/gem5/src/arch/arm/insts/
H A Dpred_inst.cc83 INTREG_ZERO, INTREG_ZERO, 0, LSL, imm);
92 op2, INTREG_ZERO, shiftAmt, shiftType, 0);
H A Ddata64.cc50 INTREG_ZERO, INTREG_ZERO, 0, LSL, imm);
69 op2, INTREG_ZERO, shiftAmt, shiftType, 0);
78 op2, INTREG_ZERO, shiftAmt, LSL, 0);
H A Dmisc.cc319 printShiftOperand(ss, op1, true, shiftAmt, INTREG_ZERO, shiftType);
H A Dmem64.hh257 : Memory64(mnem, _machInst, __opClass, _dest, INTREG_ZERO), imm(_imm)
H A Dstatic_inst.cc502 if (rm != INTREG_ZERO) {
598 if (rd != INTREG_ZERO) {
604 if (rn != INTREG_ZERO) {

Completed in 15 milliseconds