Lines Matching full:x11
193 def r : OForm4<0x11, fun, !strconcat(asmstr, " $RCOND,$RTRUE,$RDEST"),
195 def i : OForm4L<0x11, fun, !strconcat(asmstr, " $RCOND,$RTRUE,$RDEST"),
266 defm AND : log_inst<0x11, 0x00, "and", and, s_ilog>;
267 defm BIC : inv_inst<0x11, 0x08, "bic", and, s_ilog>;
268 defm BIS : log_inst<0x11, 0x20, "bis", or, s_ilog>;
269 defm ORNOT : inv_inst<0x11, 0x28, "ornot", or, s_ilog>;
270 defm XOR : log_inst<0x11, 0x40, "xor", xor, s_ilog>;
271 defm EQV : inv_inst<0x11, 0x48, "eqv", xor, s_ilog>;