Lines Matching refs:ARITH_ADD
247 #define OPC_ADD_GvEv (OPC_ARITH_GvEv | (ARITH_ADD << 3))
288 #define ARITH_ADD 0 macro
658 if (!cf && (c == ARITH_ADD || c == ARITH_SUB) && (val == 1 || val == -1)) { in tgen_arithi()
659 int is_inc = (c == ARITH_ADD) ^ (val < 0); in tgen_arithi()
709 tgen_arithi(s, ARITH_ADD + P_REXW, reg, val, 0); in tcg_out_addi()
931 tgen_arithi(s, ARITH_ADD, args[0], 1, 0); in tcg_out_setcond2()
1245 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_RDI, base); in tcg_out_qemu_ld()
1422 tgen_arithr(s, ARITH_ADD + P_REXW, TCG_REG_RDI, base); in tcg_out_qemu_st()
1533 tgen_arithr(s, ARITH_ADD + rexw, a0, a1); in tcg_out_op()
1540 c = ARITH_ADD; in tcg_out_op()
1691 tgen_arithi(s, ARITH_ADD, args[0], args[4], 1); in tcg_out_op()
1693 tgen_arithr(s, ARITH_ADD, args[0], args[4]); in tcg_out_op()