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

References

gen/lib/Target/ARM/ARMGenAsmMatcher.inc
11300   { 1541 /* strb */, ARM::STRBi12, Convert__Reg1_1__MemImm12Offset2_2__CondCode2_0, AMFBS_IsARM, { MCK_CondCode, MCK_GPRnopc, MCK_MemImm12Offset }, },
gen/lib/Target/ARM/ARMGenDAGISel.inc
22611 /* 48602*/            OPC_MorphNodeTo0, TARGET_VAL(ARM::STRBi12), 0|OPFL_Chain|OPFL_MemRefs,
32657 /* 71880*/      OPC_MorphNodeTo0, TARGET_VAL(ARM::STRBi12), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/ARM/ARMGenMCCodeEmitter.inc
14036     case ARM::STRBi12:
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  566   case ARM::STRi12: case ARM::STRH: case ARM::STRBi12:
lib/Target/ARM/ARMFastISel.cpp
 1080         StrOpc = ARM::STRBi12;
lib/Target/ARM/ARMInstrInfo.cpp
   86     return ARM::STRBi12;
lib/Target/ARM/ARMInstructionSelector.cpp
  315   STORE_OPCODE(STORE8, STRBi12);