Searched refs:ARITH_OR (Results 1 - 3 of 3) sorted by relevance

/external/qemu/tcg/sparc/
H A Dtcg-target.c228 #define ARITH_OR (INSN_OP(2) | INSN_OP3(0x02)) macro
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;
/external/qemu/tcg/x86_64/
H A Dtcg-target.c188 #define ARITH_OR 1 macro
1022 c = ARITH_OR;
1044 c = ARITH_OR;
/external/qemu/tcg/i386/
H A Dtcg-target.c289 #define ARITH_OR 1 macro
1549 c = ARITH_OR;

Completed in 155 milliseconds