Home
last modified time | relevance | path

Searched refs:new_args (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c5256 TCGArg new_args[TCG_MAX_OP_ARGS]; in tcg_reg_alloc_op() local
5268 memcpy(new_args + nb_oargs + nb_iargs, in tcg_reg_alloc_op()
5317 new_args[i] = TCG_REG_ZERO; in tcg_reg_alloc_op()
5326 new_args[i] = ts->val; in tcg_reg_alloc_op()
5421 reg = new_args[arg_ct->pair_index] + 1; in tcg_reg_alloc_op()
5502 new_args[i] = reg; in tcg_reg_alloc_op()
5547 reg = new_args[arg_ct->alias_index]; in tcg_reg_alloc_op()
5560 reg = new_args[arg_ct->alias_index]; in tcg_reg_alloc_op()
5575 reg = new_args[arg_ct->alias_index]; in tcg_reg_alloc_op()
5577 reg = new_args[arg_ct->pair_index] + 1; in tcg_reg_alloc_op()
[all …]