Lines Matching full:outs
31 class NVInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
33 : InstHexagon<outs, ins, asmstr, pattern, cstr, NV_V4, TypeNV>;
35 class NVInst_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
37 : NVInst<outs, ins, asmstr, pattern, cstr>;
40 class NVInstPost_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
42 : NVInst<outs, ins, asmstr, pattern, cstr>;
46 class NVInstPI_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
48 : NVInst<outs, ins, asmstr, pattern, cstr>;
51 class NCJInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
53 : NVInst<outs, ins, asmstr, pattern, cstr>;
56 class MEMInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
58 : InstHexagon<outs, ins, asmstr, pattern, cstr, MEM_V4, TypeMEMOP>;
60 class MEMInst_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
62 : MEMInst<outs, ins, asmstr, pattern, cstr>;
65 class EXTENDERInst<dag outs, dag ins, string asmstr, list<dag> pattern = []>
66 : InstHexagon<outs, ins, asmstr, pattern, "", PREFIX, TypePREFIX>;