Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c4756 static TCGReg tcg_reg_alloc(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc() argument
4764 reg_ct[1] = required_regs & ~allocated_regs; in tcg_reg_alloc()
4818 static TCGReg tcg_reg_alloc_pair(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc_pair() argument
4827 reg_ct[1] = required_regs & ~(allocated_regs | (allocated_regs >> 1)); in tcg_reg_alloc_pair()