Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td122 def IndexModeNone : IndexMode<0>;
631 : XI<oops, iops, am, 4, IndexModeNone, f, itin,
747 : I<oops, iops, AddrMode1, 4, IndexModeNone, f, itin,
853 : I<oops, iops, AddrMode3, 4, IndexModeNone, f, itin,
1603 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone,
1628 : VFPI<oops, iops, AddrMode5, 4, IndexModeNone,
1653 : VFPI<oops, iops, AddrMode5FP16, 4, IndexModeNone,
1891 : VFPXI<oops, iops, AddrModeNone, 4, IndexModeNone,
1952 : VFPXI<oops, iops, AddrModeNone, 4, IndexModeNone,
2031 : 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"), "", []> {
2792 AddrModeNone, 4, IndexModeNone, VFPMiscFrm, NoItinerary,
2809 AddrModeNone, 4, IndexModeNone, VFPMiscFrm, NoItinerary,
H A DARMInstrInfo.td2761 : XI<(outs), (ins GPR:$Rn), AddrModeNone, 4, IndexModeNone, BrFrm,
3484 IndexModeNone, f, itin,
3504 IndexModeNone, f, itin,
3524 IndexModeNone, f, itin,
3544 IndexModeNone, f, itin,
3821 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
3838 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
4197 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
4212 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
5443 list<dag> pattern, IndexMode im = IndexModeNone,
[all …]
H A DARMInstrThumb.td839 InstTemplate<AddrModeNone, 0, IndexModeNone, Pseudo, GenericDomain,
1554 AddrModeNone, 0, IndexModeNone,
1564 : XI<(outs), (ins GPR:$src, GPR:$scratch), AddrModeNone, 0, IndexModeNone,
H A DARMInstrMVE.td6247 asm, suffix, IndexModeNone, "$Qd, $addr", "">;
6275 asm, suffix, IndexModeNone, "$Qd, $addr", "">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h178 IndexModeNone = 0, enumerator
H A DARMMCTargetDesc.cpp574 if (IndexMode != ARMII::IndexModeNone) in evaluateMemoryOperandAddress()