• Home
  • Raw
  • Download

Lines Matching refs:TCGArg

58 static void reset_temp(TCGArg temp)  in reset_temp()
102 static TCGArg find_better_copy(TCGContext *s, TCGArg temp) in find_better_copy()
104 TCGArg i; in find_better_copy()
131 static bool temps_are_copies(TCGArg arg1, TCGArg arg2) in temps_are_copies()
133 TCGArg i; in temps_are_copies()
153 static void tcg_opt_gen_mov(TCGContext *s, TCGArg *gen_args, in tcg_opt_gen_mov()
154 TCGArg dst, TCGArg src) in tcg_opt_gen_mov()
177 static void tcg_opt_gen_movi(TCGArg *gen_args, TCGArg dst, TCGArg val) in tcg_opt_gen_movi()
201 static TCGArg do_constant_folding_2(TCGOpcode op, TCGArg x, TCGArg y) in do_constant_folding_2()
331 static TCGArg do_constant_folding(TCGOpcode op, TCGArg x, TCGArg y) in do_constant_folding()
333 TCGArg res = do_constant_folding_2(op, x, y); in do_constant_folding()
418 static TCGArg do_constant_folding_cond(TCGOpcode op, TCGArg x, in do_constant_folding_cond()
419 TCGArg y, TCGCond c) in do_constant_folding_cond()
448 static TCGArg do_constant_folding_cond2(TCGArg *p1, TCGArg *p2, TCGCond c) in do_constant_folding_cond2()
450 TCGArg al = p1[0], ah = p1[1]; in do_constant_folding_cond2()
451 TCGArg bl = p2[0], bh = p2[1]; in do_constant_folding_cond2()
480 static bool swap_commutative(TCGArg dest, TCGArg *p1, TCGArg *p2) in swap_commutative()
482 TCGArg a1 = *p1, a2 = *p2; in swap_commutative()
497 static bool swap_commutative2(TCGArg *p1, TCGArg *p2) in swap_commutative2()
505 TCGArg t; in swap_commutative2()
514 static TCGArg *tcg_constant_folding(TCGContext *s, uint16_t *tcg_opc_ptr, in tcg_constant_folding()
515 TCGArg *args, TCGOpDef *tcg_op_defs) in tcg_constant_folding()
521 TCGArg *gen_args; in tcg_constant_folding()
522 TCGArg tmp; in tcg_constant_folding()
1010 TCGArg rl, rh; in tcg_constant_folding()
1039 TCGArg rl, rh; in tcg_constant_folding()
1159 TCGArg *tcg_optimize(TCGContext *s, uint16_t *tcg_opc_ptr, in tcg_optimize()
1160 TCGArg *args, TCGOpDef *tcg_op_defs) in tcg_optimize()
1162 TCGArg *res; in tcg_optimize()