Searched refs:ArmShiftType (Results 1 - 9 of 9) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dpred_inst.cc59 machInst.shiftSize, (ArmShiftType)(uint32_t)machInst.shift,
73 machInst.shiftSize, (ArmShiftType)(uint32_t)machInst.shift,
H A Dmem.hh296 ArmShiftType shiftType;
301 int32_t _shiftAmt, ArmShiftType _shiftType,
318 int32_t _shiftAmt, ArmShiftType _shiftType,
346 bool _add, int32_t _shiftAmt, ArmShiftType _shiftType,
369 int32_t _shiftAmt, ArmShiftType _shiftType,
396 bool _add, int32_t _shiftAmt, ArmShiftType _shiftType,
419 int32_t _shiftAmt, ArmShiftType _shiftType,
446 bool _add, int32_t _shiftAmt, ArmShiftType _shiftType,
469 int32_t _shiftAmt, ArmShiftType _shiftType,
H A Dstatic_inst.cc61 ArmShiftType shiftType;
62 shiftType = (ArmShiftType)type;
93 ArmShiftType type, uint8_t width) const
96 ArmShiftType shiftType;
97 shiftType = (ArmShiftType)type;
180 enum ArmShiftType shiftType;
181 shiftType = (enum ArmShiftType) type;
220 enum ArmShiftType shiftType;
221 shiftType = (enum ArmShiftType) type;
260 enum ArmShiftType shiftTyp
[all...]
H A Dpred_inst.hh302 ArmShiftType shiftType;
306 int32_t _shiftAmt, ArmShiftType _shiftType) :
320 ArmShiftType shiftType;
324 IntRegIndex _shift, ArmShiftType _shiftType) :
H A Dstatic_inst.hh76 ArmShiftType type, uint8_t width) const;
181 IntRegIndex rs, ArmShiftType type) const;
190 IntRegIndex rs, uint32_t shiftAmt, ArmShiftType type,
H A Ddata64.hh85 ArmShiftType shiftType;
89 int32_t _shiftAmt, ArmShiftType _shiftType) :
H A Dmisc.hh351 ArmShiftType shiftType;
355 int32_t _shiftAmt, ArmShiftType _shiftType) :
H A Dmacromem.hh373 ArmShiftType shiftType;
377 int32_t _shiftAmt, ArmShiftType _shiftType)
/gem5/src/arch/arm/
H A Dtypes.hh531 enum ArmShiftType { enum in namespace:ArmISA

Completed in 26 milliseconds