H A D | tcg.c | 4256 /* Sync a temporary to memory. 'allocated_regs' is used in case a temporary 4260 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() 4312 * @allocated_regs: Set of registers which must be avoided. 4316 * The allocated register must be in @required_regs & ~@allocated_regs, 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() 4382 tcg_reg_alloc_pair(TCGContext * s,TCGRegSet required_regs,TCGRegSet allocated_regs,TCGRegSet preferred_regs,bool rev) tcg_reg_alloc_pair() argument 4430 temp_load(TCGContext * s,TCGTemp * ts,TCGRegSet desired_regs,TCGRegSet allocated_regs,TCGRegSet preferred_regs) temp_load() argument 4478 temp_save(TCGContext * s,TCGTemp * ts,TCGRegSet allocated_regs) temp_save() argument 4488 save_globals(TCGContext * s,TCGRegSet allocated_regs) save_globals() argument 4500 sync_globals(TCGContext * s,TCGRegSet allocated_regs) sync_globals() argument 4514 tcg_reg_alloc_bb_end(TCGContext * s,TCGRegSet allocated_regs) tcg_reg_alloc_bb_end() argument 4547 tcg_reg_alloc_cbranch(TCGContext * s,TCGRegSet allocated_regs) tcg_reg_alloc_cbranch() argument 4597 TCGRegSet allocated_regs, preferred_regs; tcg_reg_alloc_mov() local 4729 TCGRegSet allocated_regs = s->reserved_regs; tcg_reg_alloc_dup() local 5221 TCGRegSet allocated_regs = s->reserved_regs; tcg_reg_alloc_dup2() local 5291 load_arg_reg(TCGContext * s,TCGReg reg,TCGTemp * ts,TCGRegSet allocated_regs) load_arg_reg() argument 5316 load_arg_stk(TCGContext * s,unsigned arg_slot,TCGTemp * ts,TCGRegSet allocated_regs) load_arg_stk() argument 5329 load_arg_normal(TCGContext * s,const TCGCallArgumentLoc * l,TCGTemp * ts,TCGRegSet * allocated_regs) load_arg_normal() argument 5341 load_arg_ref(TCGContext * s,unsigned arg_slot,TCGReg ref_base,intptr_t ref_off,TCGRegSet * allocated_regs) load_arg_ref() argument 5365 TCGRegSet allocated_regs = s->reserved_regs; tcg_reg_alloc_call() local [all...] |