Searched refs:ASR (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmem.cc66 case ASR:
67 ccprintf(os, " ASR #%d", (shiftAmt == 0) ? 32 : shiftAmt);
H A Dstatic_inst.cc73 case ASR:
108 case ASR:
195 case ASR:
235 case ASR:
278 case ASR:
508 if ((type == LSR || type == ASR) && immShift && shiftAmt == 0)
526 case ASR:
529 os << "ASR";
/gem5/src/arch/arm/
H A Dtypes.hh534 ASR, enumerator in enum:ArmISA::ArmShiftType

Completed in 11 milliseconds