Home
last modified time | relevance | path

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 Dliteral-vldr-arm.s17 @@ Check AddrMode5 instructions, with positive and negative immediates
23 @@ Check that AddrMode5 instructions which do not use PC-relative addressing are
H A Dliteral-vldr-thumb2.s16 @@ 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 Dliteral-arm.s47 @@ Check AddrMode5 instructions, with positive and negative immediates
57 @@ Check that AddrMode5 instruction that do not use PC+imm addressing are not
H A Dliteral-thumb2.s84 @@ 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 DARMBaseInfo.h191 AddrMode5 = 5, enumerator
219 case AddrMode5: return "AddrMode5"; in AddrModeToString()
H A DARMMCTargetDesc.cpp617 case ARMII::AddrMode5: in evaluateMemoryOperandAddress()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp652 } 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 DARMBaseRegisterInfo.cpp546 case ARMII::AddrMode5: { in getFrameIndexInstrOffset()
752 case ARMII::AddrMode5: in isFrameOffsetLegal()
H A DARMInstrFormats.td98 def AddrMode5 : AddrMode<5>;
1602 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone,
1627 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone,
H A DARMInstrInfo.td1241 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 DARMBaseInstrInfo.cpp2717 case ARMII::AddrMode5: in rewriteARMFrameIndex()
6118 case ARMII::AddrMode5: in checkAndUpdateStackOffset()
H A DARMFrameLowering.cpp2109 case ARMII::AddrMode5: in estimateRSStackSizeLimit()
H A DARMInstrThumb2.td4310 asm, "\t$cop, $CRd, $addr", pattern, AddrMode5> {