Searched defs:allocated_regs (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4698 static void temp_sync(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs, in temp_sync() 4739 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free() 4758 TCGRegSet allocated_regs, in tcg_reg_alloc() 4820 TCGRegSet allocated_regs, in tcg_reg_alloc_pair() 4868 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load() 4919 static void temp_save(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs) in temp_save() 4929 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals() 4941 static void sync_globals(TCGContext *s, TCGRegSet allocated_regs) in sync_globals() 4955 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end() 4987 static void tcg_reg_alloc_cbranch(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_cbranch() [all …]
|