Lines Matching refs:TCGArg

69 static inline TempOptInfo *arg_info(TCGArg arg)  in arg_info()
99 static inline bool arg_is_const(TCGArg arg) in arg_is_const()
104 static inline bool arg_is_const_val(TCGArg arg, uint64_t val) in arg_is_const_val()
250 static void reset_temp(OptContext *ctx, TCGArg arg) in reset_temp()
301 static bool args_are_copies(TCGArg arg1, TCGArg arg2) in args_are_copies()
318 static TCGArg arg_new_constant(OptContext *ctx, uint64_t val) in arg_new_constant()
333 static TCGArg arg_new_temp(OptContext *ctx) in arg_new_temp()
352 static bool tcg_opt_gen_mov(OptContext *ctx, TCGOp *op, TCGArg dst, TCGArg src) in tcg_opt_gen_mov()
409 TCGArg dst, uint64_t val) in tcg_opt_gen_movi()
686 static int do_constant_folding_cond(TCGType type, TCGArg x, in do_constant_folding_cond()
687 TCGArg y, TCGCond c) in do_constant_folding_cond()
738 static bool swap_commutative(TCGArg dest, TCGArg *p1, TCGArg *p2) in swap_commutative()
740 TCGArg a1 = *p1, a2 = *p2; in swap_commutative()
755 static bool swap_commutative2(TCGArg *p1, TCGArg *p2) in swap_commutative2()
763 TCGArg t; in swap_commutative2()
775 static int do_constant_folding_cond1(OptContext *ctx, TCGOp *op, TCGArg dest, in do_constant_folding_cond1()
776 TCGArg *p1, TCGArg *p2, TCGArg *pcond) in do_constant_folding_cond1()
820 TCGArg tmp = arg_new_temp(ctx); in do_constant_folding_cond1()
833 static int do_constant_folding_cond2(OptContext *ctx, TCGOp *op, TCGArg *args) in do_constant_folding_cond2()
835 TCGArg al, ah, bl, bh; in do_constant_folding_cond2()
914 TCGArg t1 = arg_new_temp(ctx); in do_constant_folding_cond2()
915 TCGArg t2 = arg_new_temp(ctx); in do_constant_folding_cond2()
1251 TCGArg ret = op->args[0]; in squash_prev_carryout()
1557 TCGArg label; in fold_brcond2()
2133 TCGArg rl, rh; in fold_multiply2()
2410 TCGArg ret, src1, src2; in fold_setcond_tst_pow2()
2751 TCGArg ret = op->args[0]; in squash_prev_borrowout()