Searched defs:allocated_regs (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 4697 static void temp_sync(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs, in temp_sync() 4738 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free() 4757 TCGRegSet allocated_regs, in tcg_reg_alloc() 4819 TCGRegSet allocated_regs, in tcg_reg_alloc_pair() 4867 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load() 4918 static void temp_save(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs) in temp_save() 4928 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals() 4940 static void sync_globals(TCGContext *s, TCGRegSet allocated_regs) in sync_globals() 4954 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end() 4986 static void tcg_reg_alloc_cbranch(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_cbranch() [all …]
|