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

/gem5/src/arch/arm/insts/
H A Dmem.cc63 case LSR:
64 ccprintf(os, " LSR #%d", (shiftAmt == 0) ? 32 : shiftAmt);
H A Dstatic_inst.cc68 case LSR:
103 case LSR:
190 case LSR:
230 case LSR:
273 case LSR:
508 if ((type == LSR || type == ASR) && immShift && shiftAmt == 0)
521 case LSR:
524 os << "LSR";
/gem5/src/arch/arm/
H A Dtypes.hh533 LSR, enumerator in enum:ArmISA::ArmShiftType

Completed in 11 milliseconds