Lines Matching full:src3
17 def: Pat<(IntID HvxVR:$src1, HvxVR:$src2, IntRegsLow8:$src3),
18 (MI HvxVR:$src1, HvxVR:$src2, IntRegsLow8:$src3)>;
20 IntRegsLow8:$src3),
21 (MI HvxVR:$src1, HvxVR:$src2, IntRegsLow8:$src3)>;
39 def: Pat<(IntID HvxWR:$src1, HvxVR:$src2, HvxVR:$src3),
40 (MI HvxWR:$src1, HvxVR:$src2, HvxVR:$src3)>;
42 HvxVR:$src3),
43 (MI HvxWR:$src1, HvxVR:$src2, HvxVR:$src3)>;
54 def: Pat<(IntID HvxWR:$src1, HvxWR:$src2, IntRegs:$src3),
55 (MI HvxWR:$src1, HvxWR:$src2, IntRegs:$src3)>;
57 IntRegs:$src3),
58 (MI HvxWR:$src1, HvxWR:$src2, IntRegs:$src3)>;
62 def: Pat<(IntID HvxVR:$src1, HvxVR:$src2, IntRegs:$src3),
63 (MI HvxVR:$src1, HvxVR:$src2, IntRegs:$src3)>;
65 IntRegs:$src3),
66 (MI HvxVR:$src1, HvxVR:$src2, IntRegs:$src3)>;
77 def: Pat<(IntID HvxVR:$src1, HvxQR:$src2, IntRegs:$src3),
78 (MI HvxVR:$src1, HvxQR:$src2, IntRegs:$src3)>;
80 IntRegs:$src3),
81 (MI HvxVR:$src1, HvxQR:$src2, IntRegs:$src3)>;
106 def: Pat<(IntID HvxVR:$src1, HvxVR:$src2, imm:$src3),
107 (MI HvxVR:$src1, HvxVR:$src2, imm:$src3)>;
109 imm:$src3),
110 (MI HvxVR:$src1, HvxVR:$src2, imm:$src3)>;
114 def: Pat<(IntID HvxVR:$src1, HvxVR:$src2, HvxVR:$src3, imm:$src4),
115 (MI HvxVR:$src1, HvxVR:$src2, HvxVR:$src3, imm:$src4)>;
117 HvxVR:$src3, imm:$src4),
118 (MI HvxVR:$src1, HvxVR:$src2, HvxVR:$src3, imm:$src4)>;
122 def: Pat<(IntID HvxWR:$src1, HvxVR:$src2, HvxVR:$src3, imm:$src4),
123 (MI HvxWR:$src1, HvxVR:$src2, HvxVR:$src3, imm:$src4)>;
125 HvxVR:$src3, imm:$src4),
126 (MI HvxWR:$src1, HvxVR:$src2, HvxVR:$src3, imm:$src4)>;