Home | History | Annotate | Download | only in sparc

Lines Matching refs:ARITH_XOR

231 #define ARITH_XOR  (INSN_OP(2) | INSN_OP3(0x03))
348 tcg_out_arithi(s, ret, ret, (arg & 0x3ff) | -0x400, ARITH_XOR);
600 tcg_out_arithc(s, ret, c1, c2, c2const, ARITH_XOR);
1232 c = ARITH_XOR;