Searched refs:shiftType (Results 1 - 10 of 10) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmem.cc58 if (shiftType != LSL || shiftAmt != 0) {
59 switch (shiftType) {
H A Dpred_inst.cc92 op2, INTREG_ZERO, shiftAmt, shiftType, 0);
101 op2, shift, 0, shiftType, 0);
H A Dstatic_inst.cc61 ArmShiftType shiftType;
62 shiftType = (ArmShiftType)type;
64 switch (shiftType)
96 ArmShiftType shiftType; local
97 shiftType = (ArmShiftType)type;
99 switch (shiftType)
180 enum ArmShiftType shiftType; local
181 shiftType = (enum ArmShiftType) type;
183 switch (shiftType)
220 enum ArmShiftType shiftType; local
260 enum ArmShiftType shiftType; local
[all...]
H A Dpred_inst.hh302 ArmShiftType shiftType; member in class:ArmISA::DataRegOp
309 shiftAmt(_shiftAmt), shiftType(_shiftType)
320 ArmShiftType shiftType; member in class:ArmISA::DataRegRegOp
327 shiftType(_shiftType)
H A Ddata64.hh85 ArmShiftType shiftType; member in class:ArmISA::DataXSRegOp
92 shiftAmt(_shiftAmt), shiftType(_shiftType)
H A Dmisc.hh351 ArmShiftType shiftType; member in class:RegImmRegShiftOp
358 shiftAmt(_shiftAmt), shiftType(_shiftType)
H A Ddata64.cc69 op2, INTREG_ZERO, shiftAmt, shiftType, 0);
H A Dmacromem.hh373 ArmShiftType shiftType; member in class:ArmISA::MicroIntRegOp
380 shiftAmt(_shiftAmt), shiftType(_shiftType)
H A Dmem.hh296 ArmShiftType shiftType; member in class:ArmISA::MemoryReg
304 shiftAmt(_shiftAmt), shiftType(_shiftType), index(_index)
H A Dmisc.cc319 printShiftOperand(ss, op1, true, shiftAmt, INTREG_ZERO, shiftType);

Completed in 20 milliseconds