Searched refs:tcg_reg_alloc (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/ |
D | tcg.c | 1484 static int tcg_reg_alloc(TCGContext *s, TCGRegSet reg1, TCGRegSet reg2) in tcg_reg_alloc() function 1527 reg = tcg_reg_alloc(s, tcg_target_available_regs[ts->type], in temp_save() 1625 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs); in tcg_reg_alloc_mov() 1635 reg = tcg_reg_alloc(s, arg_ct->u.regs, s->reserved_regs); in tcg_reg_alloc_mov() 1688 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs); in tcg_reg_alloc_op() 1702 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs); in tcg_reg_alloc_op() 1732 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs); in tcg_reg_alloc_op() 1788 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs); in tcg_reg_alloc_op() 1871 reg = tcg_reg_alloc(s, tcg_target_available_regs[ts->type], in tcg_reg_alloc_call() 1877 reg = tcg_reg_alloc(s, tcg_target_available_regs[ts->type], in tcg_reg_alloc_call() [all …]
|