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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
11402   { 1647 /* sxtb */, ARM::SXTB, Convert__Reg1_1__Reg1_2__imm_95_0__CondCode2_0, AMFBS_IsARM, { MCK_CondCode, MCK_GPRnopc, MCK_GPRnopc }, },
11405   { 1647 /* sxtb */, ARM::SXTB, Convert__Reg1_1__Reg1_2__RotImm1_3__CondCode2_0, AMFBS_IsARM_HasV6, { MCK_CondCode, MCK_GPRnopc, MCK_GPRnopc, MCK_RotImm }, },
gen/lib/Target/ARM/ARMGenDAGISel.inc
35479 /* 78220*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::SXTB), 0,
35530 /* 78332*/          OPC_MorphNodeTo1, TARGET_VAL(ARM::SXTB), 0,
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
13746     case ARM::SXTB:
lib/Target/ARM/ARMFastISel.cpp
 2656         /*  8 bit sext */ { { ARM::SXTB   , 0, ARM_AM::no_shift,   0 },
 2901   { { ARM::SXTB,  ARM::t2SXTB  },   0, 0, MVT::i8  },
lib/Target/ARM/ARMInstructionSelector.cpp
  302   STORE_OPCODE(SEXT8, SXTB);