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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
10285   { 50 /* and */, ARM::ANDrsi, Convert__Reg1_2__Reg1_2__RegShiftedImm2_3__CondCode2_1__CCOut1_0, AMFBS_IsARM, { MCK_CCOut, MCK_CondCode, MCK_GPR, MCK_RegShiftedImm }, },
10298   { 50 /* and */, ARM::ANDrsi, 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
 9303 /* 19623*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::ANDrsi), 0,
 9323 /* 19677*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::ANDrsi), 0,
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
15041     case ARM::ANDrsi:
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
10033   case ARM::ANDrsi:
10044     case ARM::ANDrsi: newOpc = ARM::ANDrr; break;