Home | History | Annotate | Download | only in sparc

Lines Matching refs:ARITH_OR

228 #define ARITH_OR   (INSN_OP(2) | INSN_OP3(0x02))
309 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR);
319 tcg_out_arithi(s, ret, TCG_REG_G0, arg, ARITH_OR);
329 tcg_out_arithi(s, ret, ret, arg & 0x3ff, ARITH_OR);
353 tcg_out_arith(s, ret, ret, TCG_REG_I4, ARITH_OR);
673 tcg_out_arith(s, ret, ret, TCG_REG_I5, ARITH_OR);
1226 c = ARITH_OR;