Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c4757 static TCGReg tcg_reg_alloc(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc() function
4876 reg = tcg_reg_alloc(s, desired_regs, allocated_regs, in temp_load()
4905 reg = tcg_reg_alloc(s, desired_regs, allocated_regs, in temp_load()
5104 oreg = tcg_reg_alloc(s, tcg_target_available_regs[otype], in tcg_reg_alloc_mov()
5179 oreg = tcg_reg_alloc(s, dup_out_regs, allocated_regs, in tcg_reg_alloc_dup()
5374 reg = tcg_reg_alloc(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
5468 nr = tcg_reg_alloc(s, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op()
5550 reg = tcg_reg_alloc(s, arg_ct->regs, in tcg_reg_alloc_op()
5554 reg = tcg_reg_alloc(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op()
5985 oreg = tcg_reg_alloc(s, dup_out_regs, allocated_regs, in tcg_reg_alloc_dup2()
[all …]