Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c4260 static void temp_sync(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs, in temp_sync() argument
4278 allocated_regs, preferred_regs); in temp_sync()
4301 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free() argument
4305 temp_sync(s, ts, allocated_regs, 0, -1); in tcg_reg_free()
4320 TCGRegSet allocated_regs, in tcg_reg_alloc() argument
4327 reg_ct[1] = required_regs & ~allocated_regs; in tcg_reg_alloc()
4365 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc()
4371 tcg_reg_free(s, reg, allocated_regs); in tcg_reg_alloc()
4382 TCGRegSet allocated_regs, in tcg_reg_alloc_pair() argument
4390 reg_ct[1] = required_regs & ~(allocated_regs | (allocated_regs >> 1)); in tcg_reg_alloc_pair()
[all …]