tcg-target.c | 274 static inline void tcg_out_arith(TCGContext *s, int rd, int rs1, int rs2, function 290 tcg_out_arith(s, ret, arg, TCG_REG_G0, ARITH_OR); 322 tcg_out_arith(s, ret, ret, TCG_REG_I4, ARITH_OR); 410 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_ADD); 422 tcg_out_arith(s, reg, reg, TCG_REG_I5, ARITH_AND); 485 tcg_out_arith(s, TCG_REG_G0, TCG_REG_G0, arg1, ARITH_ORCC); 488 tcg_out_arith(s, TCG_REG_G0, arg1, arg2, ARITH_SUBCC); 500 tcg_out_arith(s, TCG_REG_G0, TCG_REG_G0, arg1, ARITH_ORCC); 503 tcg_out_arith(s, TCG_REG_G0, arg1, arg2, ARITH_SUBCC); 595 tcg_out_arith(s, arg1, TCG_AREG0, arg1, ARITH_ADD) [all...] |