Lines Matching refs:ARITH_ADD
224 #define ARITH_ADD (INSN_OP(2) | INSN_OP3(0x00))
431 tcg_out_arithi(s, reg, reg, val, ARITH_ADD);
434 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_ADD);
781 tcg_out_arith(s, arg1, TCG_AREG0, arg1, ARITH_ADD);
882 tcg_out_arith(s, arg0, arg0, arg1, ARITH_ADD);
885 tcg_out_arith(s, arg0, addr_reg, arg1, ARITH_ADD);
993 tcg_out_arith(s, arg1, TCG_AREG0, arg1, ARITH_ADD);
1062 ARITH_ADD);
1065 tcg_out_arith(s, arg0, addr_reg, arg1, ARITH_ADD);
1214 c = ARITH_ADD;