Home
last modified time | relevance | path

Searched refs:IndexModeNone (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrFormats.td122 def IndexModeNone : IndexMode<0>;
630 : XI<oops, iops, am, 4, IndexModeNone, f, itin,
746 : I<oops, iops, AddrMode1, 4, IndexModeNone, f, itin,
852 : I<oops, iops, AddrMode3, 4, IndexModeNone, f, itin,
1602 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone,
1627 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone,
1652 : VFPI<oops, iops, AddrMode5FP16, 4, IndexModeNone,
1890 : VFPXI<oops, iops, AddrModeNone, 4, IndexModeNone,
1951 : VFPXI<oops, iops, AddrModeNone, 4, IndexModeNone,
2030 : VFPXI<oops, iops, AddrModeNone, 4, IndexModeNone,
[all …]
H A DARMInstrVFP.td232 IndexModeNone, itin,
260 IndexModeNone, itin,
316 def VLLDM : AXSI4<(outs), (ins GPRnopc:$Rn, pred:$p), IndexModeNone,
329 def VLSTM : AXSI4<(outs), (ins GPRnopc:$Rn, pred:$p), IndexModeNone,
368 IndexModeNone, !strconcat(asm, "iax${p}\t$Rn, $regs"), "", []> {
2782 AddrModeNone, 4, IndexModeNone, VFPMiscFrm, NoItinerary,
2799 AddrModeNone, 4, IndexModeNone, VFPMiscFrm, NoItinerary,
H A DARMInstrInfo.td2731 : XI<(outs), (ins GPR:$Rn), AddrModeNone, 4, IndexModeNone, BrFrm,
3454 IndexModeNone, f, itin,
3474 IndexModeNone, f, itin,
3494 IndexModeNone, f, itin,
3514 IndexModeNone, f, itin,
3791 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
3808 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
4167 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
4182 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
5406 list<dag> pattern, IndexMode im = IndexModeNone,
[all …]
H A DARMInstrThumb.td839 InstTemplate<AddrModeNone, 0, IndexModeNone, Pseudo, GenericDomain,
1553 AddrModeNone, 0, IndexModeNone,
1563 : XI<(outs), (ins GPR:$src, GPR:$scratch), AddrModeNone, 0, IndexModeNone,
H A DARMInstrMVE.td6251 asm, suffix, IndexModeNone, "$Qd, $addr", "">;
6279 asm, suffix, IndexModeNone, "$Qd, $addr", "">;
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h178 IndexModeNone = 0, enumerator
H A DARMMCTargetDesc.cpp578 if (IndexMode != ARMII::IndexModeNone) in evaluateMemoryOperandAddress()