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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
10479   { 318 /* eor */, ARM::EORrsi, Convert__Reg1_2__Reg1_2__RegShiftedImm2_3__CondCode2_1__CCOut1_0, AMFBS_IsARM, { MCK_CCOut, MCK_CondCode, MCK_GPR, MCK_RegShiftedImm }, },
10489   { 318 /* eor */, ARM::EORrsi, Convert__Reg1_2__Reg1_3__RegShiftedImm2_4__CondCode2_1__CCOut1_0, AMFBS_IsARM, { MCK_CCOut, MCK_CondCode, MCK_GPR, MCK_GPR, MCK_RegShiftedImm }, },
gen/lib/Target/ARM/ARMGenDAGISel.inc
30825 /* 67819*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::EORrsi), 0,
30845 /* 67873*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::EORrsi), 0,
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
15043     case ARM::EORrsi:
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
10035   case ARM::EORrsi:
10046     case ARM::EORrsi: newOpc = ARM::EORrr; break;