reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/ARM/ARMGenDAGISel.inc
 7408 /* 15221*/      /*SwitchOpcode*/ 66|128,1/*194*/, TARGET_VAL(ARMISD::VRSHRsIMM),// ->15419
 7766 /* 16098*/      /*SwitchOpcode*/ 67|128,1/*195*/, TARGET_VAL(ARMISD::VRSHRsIMM),// ->16297
51328 /*114332*/  /*SwitchOpcode*/ 57|128,1/*185*/, TARGET_VAL(ARMISD::VRSHRsIMM),// ->114521
gen/lib/Target/ARM/ARMGenFastISel.inc
 6185   case ARMISD::VRSHRsIMM: return fastEmit_ARMISD_VRSHRsIMM_ri(VT, RetVT, Op0, Op0IsKill, imm1);
lib/Target/ARM/ARMISelLowering.cpp
 1587   case ARMISD::VRSHRsIMM:     return "ARMISD::VRSHRsIMM";
13666       VShiftOpc = ARMISD::VRSHRsIMM;