Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c4697 static void temp_sync(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs, in temp_sync() argument
4715 allocated_regs, preferred_regs); in temp_sync()
4738 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free() argument
4742 temp_sync(s, ts, allocated_regs, 0, -1); in tcg_reg_free()
4757 TCGRegSet allocated_regs, in tcg_reg_alloc() argument
4764 reg_ct[1] = required_regs & ~allocated_regs; in tcg_reg_alloc()
4802 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc()
4808 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc()
4819 TCGRegSet allocated_regs, in tcg_reg_alloc_pair() argument
4827 reg_ct[1] = required_regs & ~(allocated_regs | (allocated_regs >> 1)); in tcg_reg_alloc_pair()
[all …]