Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrFormats.td122 def IndexModeNone : IndexMode<0>;
471 : InstTemplate<AddrModeNone, 0, IndexModeNone, Pseudo, GenericDomain,
497 : InstTemplate<AddrModeNone, 0, IndexModeNone, Pseudo,
619 : I<oops, iops, AddrModeNone, 4, IndexModeNone, f, itin,
623 : sI<oops, iops, AddrModeNone, 4, IndexModeNone, f, itin,
627 : XI<oops, iops, AddrModeNone, 4, IndexModeNone, f, itin,
631 : XI<oops, iops, am, 4, IndexModeNone, f, itin,
635 : InoP<oops, iops, AddrModeNone, 4, IndexModeNone, f, itin,
641 : I<oops, iops, AddrModeNone, 4, IndexModeNone, BrFrm, itin,
647 : XI<oops, iops, AddrModeNone, 4, IndexModeNone, BrFrm, itin,
[all …]
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"), "", []> {
2785 AddrModeNone, 4, IndexModeNone, VFPMiscFrm, NoItinerary,
2802 AddrModeNone, 4, IndexModeNone, VFPMiscFrm, NoItinerary,
DARMInstrInfo.td2689 : XI<(outs), (ins imm0_31:$mode), AddrModeNone, 4, IndexModeNone, BrFrm,
2741 : XI<(outs), (ins GPR:$Rn), AddrModeNone, 4, IndexModeNone, BrFrm,
3464 IndexModeNone, f, itin,
3484 IndexModeNone, f, itin,
3504 IndexModeNone, f, itin,
3524 IndexModeNone, f, itin,
3801 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
3818 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
4177 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
4192 AddrMode1, 4, IndexModeNone, DPFrm, IIC_iUNAsi,
[all …]
DARMInstrThumb.td839 InstTemplate<AddrModeNone, 0, IndexModeNone, Pseudo, GenericDomain,
1553 AddrModeNone, 0, IndexModeNone,
1563 : XI<(outs), (ins GPR:$src, GPR:$scratch), AddrModeNone, 0, IndexModeNone,
DARMInstrMVE.td6242 asm, suffix, IndexModeNone, "$Qd, $addr", "">;
6270 asm, suffix, IndexModeNone, "$Qd, $addr", "">;
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h178 IndexModeNone = 0, enumerator
DARMMCTargetDesc.cpp575 if (IndexMode != ARMII::IndexModeNone) in evaluateMemoryOperandAddress()