Searched refs:tcg_reg_alloc_pair (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4381 static TCGReg tcg_reg_alloc_pair(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc_pair() function 4961 reg = tcg_reg_alloc_pair(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 4984 reg = tcg_reg_alloc_pair(s, i_required_regs >> 1, in tcg_reg_alloc_op() 5106 reg = tcg_reg_alloc_pair(s, arg_ct->regs, in tcg_reg_alloc_op() 5111 reg = tcg_reg_alloc_pair(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op()
|