Searched refs:AddrMode5 (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/ |
| H A D | literal-vldr-arm.s | 17 @@ Check AddrMode5 instructions, with positive and negative immediates 23 @@ Check that AddrMode5 instructions which do not use PC-relative addressing are
|
| H A D | literal-vldr-thumb2.s | 16 @@ Check AddrMode5 instructions, with positive and negative immediates 30 @@ Check that AddrMode5 instructions which do not use PC-relative addressing are not annotated
|
| H A D | literal-arm.s | 47 @@ Check AddrMode5 instructions, with positive and negative immediates 57 @@ Check that AddrMode5 instruction that do not use PC+imm addressing are not
|
| H A D | literal-thumb2.s | 84 @@ Check AddrMode5 instructions, with positive and negative immediates 106 @@ Check that AddrMode5 instruction that do not use PC+imm addressing are not
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMBaseInfo.h | 191 AddrMode5 = 5, enumerator 219 case AddrMode5: return "AddrMode5"; in AddrModeToString()
|
| H A D | ARMMCTargetDesc.cpp | 617 case ARMII::AddrMode5: in evaluateMemoryOperandAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | Thumb2InstrInfo.cpp | 652 } else if (AddrMode == ARMII::AddrMode5) { in rewriteT2FrameIndex() 733 if (AddrMode == ARMII::AddrMode5 || AddrMode == ARMII::AddrMode5FP16) in rewriteT2FrameIndex() 747 if (AddrMode == ARMII::AddrMode5 || AddrMode == ARMII::AddrMode5FP16) in rewriteT2FrameIndex()
|
| H A D | ARMBaseRegisterInfo.cpp | 546 case ARMII::AddrMode5: { in getFrameIndexInstrOffset() 752 case ARMII::AddrMode5: in isFrameOffsetLegal()
|
| H A D | ARMInstrFormats.td | 98 def AddrMode5 : AddrMode<5>; 1602 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone, 1627 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone,
|
| H A D | ARMInstrInfo.td | 1241 def AddrMode5AsmOperand : AsmOperandClass { let Name = "AddrMode5"; } 1242 class AddrMode5 : MemOperand, 1250 def addrmode5 : AddrMode5 { 1254 def addrmode5_pre : AddrMode5 { 5425 AddrMode5> { 5497 AddrMode5> {
|
| H A D | ARMBaseInstrInfo.cpp | 2717 case ARMII::AddrMode5: in rewriteARMFrameIndex() 6118 case ARMII::AddrMode5: in checkAndUpdateStackOffset()
|
| H A D | ARMFrameLowering.cpp | 2109 case ARMII::AddrMode5: in estimateRSStackSizeLimit()
|
| H A D | ARMInstrThumb2.td | 4310 asm, "\t$cop, $CRd, $addr", pattern, AddrMode5> {
|