Lines Matching refs:IndexMode
112 class IndexMode<bits<2> val> {
115 def IndexModeNone : IndexMode<0>;
116 def IndexModePre : IndexMode<1>;
117 def IndexModePost : IndexMode<2>;
118 def IndexModeUpd : IndexMode<3>;
278 class InstTemplate<AddrMode am, int sz, IndexMode im,
285 IndexMode IM = im;
325 class InstARM<AddrMode am, int sz, IndexMode im,
333 class InstThumb<AddrMode am, int sz, IndexMode im,
419 IndexMode im, Format f, InstrItinClass itin,
434 IndexMode im, Format f, InstrItinClass itin,
450 IndexMode im, Format f, InstrItinClass itin,
468 IndexMode im, Format f, InstrItinClass itin,
645 IndexMode im, Format f, InstrItinClass itin, string opc,
658 IndexMode im, Format f, InstrItinClass itin, string opc,
676 IndexMode im, Format f, InstrItinClass itin, string opc,
695 IndexMode im, Format f, InstrItinClass itin, string opc,
734 IndexMode im, Format f, InstrItinClass itin, string opc,
750 IndexMode im, Format f, InstrItinClass itin, string opc,
791 class AXI4<dag oops, dag iops, IndexMode im, Format f, InstrItinClass itin,
1318 AddrMode am, IndexMode im, InstrItinClass itin,
1351 AddrMode am, IndexMode im, InstrItinClass itin,
1410 IndexMode im, Format f, InstrItinClass itin,
1426 IndexMode im, Format f, InstrItinClass itin,
1512 class AXXI4<dag oops, dag iops, IndexMode im,
1532 class AXDI4<dag oops, dag iops, IndexMode im, InstrItinClass itin,
1553 class AXSI4<dag oops, dag iops, IndexMode im, InstrItinClass itin,
1885 class NeonI<dag oops, dag iops, AddrMode am, IndexMode im, Format f,
1898 class NeonXI<dag oops, dag iops, AddrMode am, IndexMode im, Format f,
1911 class NeonInp<dag oops, dag iops, AddrMode am, IndexMode im, Format f,