Lines Matching refs:IndexMode
119 class IndexMode<bits<2> val> {
122 def IndexModeNone : IndexMode<0>;
123 def IndexModePre : IndexMode<1>;
124 def IndexModePost : IndexMode<2>;
125 def IndexModeUpd : IndexMode<3>;
406 class InstTemplate<AddrMode am, int sz, IndexMode im,
413 IndexMode IM = im;
465 class InstARM<AddrMode am, int sz, IndexMode im,
473 class InstThumb<AddrMode am, int sz, IndexMode im,
570 IndexMode im, Format f, InstrItinClass itin,
585 IndexMode im, Format f, InstrItinClass itin,
601 IndexMode im, Format f, InstrItinClass itin,
619 IndexMode im, Format f, InstrItinClass itin,
796 IndexMode im, Format f, InstrItinClass itin, string opc,
809 IndexMode im, Format f, InstrItinClass itin, string opc,
827 IndexMode im, Format f, InstrItinClass itin, string opc,
846 IndexMode im, Format f, InstrItinClass itin, string opc,
885 IndexMode im, Format f, InstrItinClass itin, string opc,
901 IndexMode im, Format f, InstrItinClass itin, string opc,
942 class AXI4<dag oops, dag iops, IndexMode im, Format f, InstrItinClass itin,
1487 AddrMode am, IndexMode im, InstrItinClass itin,
1520 AddrMode am, IndexMode im, InstrItinClass itin,
1574 IndexMode im, Format f, InstrItinClass itin,
1590 IndexMode im, Format f, InstrItinClass itin,
1704 class AXXI4<dag oops, dag iops, IndexMode im,
1724 class AXDI4<dag oops, dag iops, IndexMode im, InstrItinClass itin,
1745 class AXSI4<dag oops, dag iops, IndexMode im, InstrItinClass itin,
2224 class NeonI<dag oops, dag iops, AddrMode am, IndexMode im, Format f,
2237 class NeonXI<dag oops, dag iops, AddrMode am, IndexMode im, Format f,
2250 class NeonInp<dag oops, dag iops, AddrMode am, IndexMode im, Format f,