Searched refs:tcg_reg_alloc (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 4756 static TCGReg tcg_reg_alloc(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc() function 4875 reg = tcg_reg_alloc(s, desired_regs, allocated_regs, in temp_load() 4904 reg = tcg_reg_alloc(s, desired_regs, allocated_regs, in temp_load() 5103 oreg = tcg_reg_alloc(s, tcg_target_available_regs[otype], in tcg_reg_alloc_mov() 5178 oreg = tcg_reg_alloc(s, dup_out_regs, allocated_regs, in tcg_reg_alloc_dup() 5373 reg = tcg_reg_alloc(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 5467 nr = tcg_reg_alloc(s, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op() 5549 reg = tcg_reg_alloc(s, arg_ct->regs, in tcg_reg_alloc_op() 5553 reg = tcg_reg_alloc(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op() 5984 oreg = tcg_reg_alloc(s, dup_out_regs, allocated_regs, in tcg_reg_alloc_dup2() [all …]
|