Searched refs:tcg_reg_alloc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4319 static TCGReg tcg_reg_alloc(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc() function 4438 reg = tcg_reg_alloc(s, desired_regs, allocated_regs, in temp_load() 4464 reg = tcg_reg_alloc(s, desired_regs, allocated_regs, in temp_load() 4663 oreg = tcg_reg_alloc(s, tcg_target_available_regs[otype], in tcg_reg_alloc_mov() 4736 oreg = tcg_reg_alloc(s, dup_out_regs, allocated_regs, in tcg_reg_alloc_dup() 4918 reg = tcg_reg_alloc(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 5012 nr = tcg_reg_alloc(s, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op() 5093 reg = tcg_reg_alloc(s, arg_ct->regs, in tcg_reg_alloc_op() 5097 reg = tcg_reg_alloc(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op() 5234 oreg = tcg_reg_alloc(s, dup_out_regs, allocated_regs, in tcg_reg_alloc_dup2() [all …]
|