Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c4822 static TCGReg tcg_reg_alloc_pair(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc_pair()
5420 reg = tcg_reg_alloc_pair(s, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
5443 reg = tcg_reg_alloc_pair(s, i_required_regs >> 1, in tcg_reg_alloc_op()
5566 reg = tcg_reg_alloc_pair(s, arg_ct->regs, in tcg_reg_alloc_op()
5571 reg = tcg_reg_alloc_pair(s, arg_ct->regs, o_allocated_regs, in tcg_reg_alloc_op()
4819 static TCGReg tcg_reg_alloc_pair(TCGContext *s, TCGRegSet required_regs, tcg_reg_alloc_pair() function