Lines Matching refs:ins
50 dag InOperandList = (ins);
108 class NVInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
110 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeNV>, OpcodeHexagon;
112 class NVInst_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
114 : NVInst<outs, ins, asmstr, pattern, cstr, itin>;
117 class NVInstPost_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
119 : NVInst<outs, ins, asmstr, pattern, cstr, itin>;
123 class NVInstPI_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
125 : NVInst<outs, ins, asmstr, pattern, cstr, itin>;
128 class NCJInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
130 : NVInst<outs, ins, asmstr, pattern, cstr>;
133 class MEMInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
135 : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeMEMOP>,
138 class MEMInst_V4<dag outs, dag ins, string asmstr, list<dag> pattern = [],
140 : MEMInst<outs, ins, asmstr, pattern, cstr, itin>;
143 class EXTENDERInst<dag outs, dag ins, string asmstr, list<dag> pattern = []>
144 : InstHexagon<outs, ins, asmstr, pattern, "", EXTENDER_tc_1_SLOT0123,
147 class SUBInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
149 : InstHexagon<outs, ins, asmstr, pattern, "", PREFIX, TypeDUPLEX>,
152 class CJInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
154 : InstHexagon<outs, ins, asmstr, pattern, cstr, COMPOUND, TypeCOMPOUND>,