Lines Matching full:src3
76 IntRegs:$src3),
78 "($src1, and($src2, !$src3)")),
80 IntRegs:$src3))]>;
84 IntRegs:$src3),
86 "($src1, and($src2, $src3)")),
88 IntRegs:$src3))]>;
92 IntRegs:$src3),
94 "($src1, or($src2, !$src3)")),
96 IntRegs:$src3))]>;
100 IntRegs:$src3),
102 "($src1, or($src2, $src3)")),
104 IntRegs:$src3))]>;
107 : SInst<(outs IntRegs:$dst), (ins IntRegs:$src1, IntRegs:$src2, s6Imm:$src3),
109 "($src1, add($src2, #$src3)")),
111 imm:$src3))]>;
114 : SInst<(outs IntRegs:$dst), (ins IntRegs:$src1, s6Imm:$src2, IntRegs:$src3),
116 "($src1, sub(#$src2, $src3)")),
118 IntRegs:$src3))]>;
135 IntRegs:$src3),
136 !strconcat("$dst &= ", !strconcat(opc , "($src2, $src3)")),
138 IntRegs:$src3))]>;
142 IntRegs:$src3),
143 !strconcat("$dst &= ", !strconcat(opc , "($src2, ~$src3)")),
145 IntRegs:$src3))]>;
148 : SInst<(outs IntRegs:$dst), (ins IntRegs:$src1, IntRegs:$src2, s10Imm:$src3),
150 "($src1, and($src2, #$src3))")),
152 imm:$src3))]>;
156 IntRegs:$src3),
157 !strconcat("$dst ^= ", !strconcat(opc , "($src2, $src3)")),
159 IntRegs:$src3))]>;
163 IntRegs:$src3),
164 !strconcat("$dst ^= ", !strconcat(opc , "($src2, ~$src3)")),
166 IntRegs:$src3))]>;
169 : SInst<(outs IntRegs:$dst), (ins IntRegs:$dst1, IntRegs:$src2, s10Imm:$src3),
170 !strconcat("$dst |= ", !strconcat(opc , "($src2, #$src3)")),
172 imm:$src3))]>;
176 IntRegs:$src3),
177 !strconcat("$dst |= ", !strconcat(opc , "($src2, $src3)")),
179 IntRegs:$src3))]>;
183 IntRegs:$src3),
184 !strconcat("$dst |= ", !strconcat(opc , "($src2, ~$src3)")),
186 IntRegs:$src3))]>;