Home
last modified time | relevance | path

Searched refs:AddrMode5FP16 (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ARM/
H A Dliteral-vldr-arm.s28 @@ Check AddrMode5FP16 instructions, with positive and negative immediates
38 @@ Check that AddrMode5FP16 instructions which do not use PC-relative addressing
H A Dliteral-vldr-thumb2.s34 @@ Check AddrMode5FP16 instructions, with positive and negative immediates
56 @@ Check that AddrMode5FP16 instructions which do not use PC-relative addressing are not annotated
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h205 AddrMode5FP16 = 19, // i8 * 2 enumerator
220 case AddrMode5FP16: return "AddrMode5FP16"; in AddrModeToString()
H A DARMMCTargetDesc.cpp619 case ARMII::AddrMode5FP16: in evaluateMemoryOperandAddress()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp666 } else if (AddrMode == ARMII::AddrMode5FP16) { in rewriteT2FrameIndex()
733 if (AddrMode == ARMII::AddrMode5 || AddrMode == ARMII::AddrMode5FP16) in rewriteT2FrameIndex()
747 if (AddrMode == ARMII::AddrMode5 || AddrMode == ARMII::AddrMode5FP16) in rewriteT2FrameIndex()
H A DARMInstrFormats.td112 def AddrMode5FP16 : AddrMode<19>;
1652 : VFPI<oops, iops, AddrMode5FP16, 4, IndexModeNone,
H A DARMBaseInstrInfo.cpp2725 case ARMII::AddrMode5FP16: in rewriteARMFrameIndex()
6125 case ARMII::AddrMode5FP16: in checkAndUpdateStackOffset()
H A DARMFrameLowering.cpp2106 case ARMII::AddrMode5FP16: in estimateRSStackSizeLimit()
H A DARMInstrInfo.td1260 def AddrMode5FP16AsmOperand : AsmOperandClass { let Name = "AddrMode5FP16"; }
1261 class AddrMode5FP16 : MemOperand,
1269 def addrmode5fp16 : AddrMode5FP16 {
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfp16-instructions.ll1006 ; AddrMode5FP16 is supported.