Searched refs:tcg_reg_free (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4301 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free() function 4365 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc() 4371 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc() 4416 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc_pair() 4417 tcg_reg_free(s, reg + 1, allocated_regs); in tcg_reg_alloc_pair() 5068 tcg_reg_free(s, i, i_allocated_regs); in tcg_reg_alloc_op() 5295 tcg_reg_free(s, reg, allocated_regs); in load_arg_reg() 5309 tcg_reg_free(s, reg, allocated_regs); in load_arg_reg() 5347 tcg_reg_free(s, reg, *allocated_regs); in load_arg_ref() 5406 tcg_reg_free(s, i, allocated_regs); in tcg_reg_alloc_call()
|