Searched refs:tcg_reg_free (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 4738 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free() function 4802 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc() 4808 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc() 4853 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc_pair() 4854 tcg_reg_free(s, reg + 1, allocated_regs); in tcg_reg_alloc_pair() 5524 tcg_reg_free(s, i, i_allocated_regs); in tcg_reg_alloc_op() 6045 tcg_reg_free(s, reg, allocated_regs); in load_arg_reg() 6059 tcg_reg_free(s, reg, allocated_regs); in load_arg_reg() 6097 tcg_reg_free(s, reg, *allocated_regs); in load_arg_ref() 6156 tcg_reg_free(s, i, allocated_regs); in tcg_reg_alloc_call()
|