Lines Matching refs:TCGRegSet

252 static TCGRegSet tcg_target_available_regs[TCG_TYPE_COUNT];
253 static TCGRegSet tcg_target_call_clobber_regs;
2539 static inline bool tcg_regset_single(TCGRegSet d) in tcg_regset_single()
2544 static inline TCGReg tcg_regset_first(TCGRegSet d) in tcg_regset_first()
2863 TCGRegSet set = output_pref(op, i); in tcg_dump_ops()
3387 static inline TCGRegSet *la_temp_pref(TCGTemp *ts) in la_temp_pref()
3505 TCGRegSet mask = ~tcg_target_call_clobber_regs; in la_cross_call()
3511 TCGRegSet *pset = la_temp_pref(ts); in la_cross_call()
3512 TCGRegSet set = *pset; in la_cross_call()
3602 TCGRegSet *prefs; in liveness_pass_1()
3605 prefs = tcg_malloc(sizeof(TCGRegSet) * nb_temps); in liveness_pass_1()
3912 TCGRegSet set, *pset; in liveness_pass_1()
4223 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
4260 static void temp_sync(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs, in temp_sync()
4261 TCGRegSet preferred_regs, int free_or_dead) in temp_sync()
4301 static void tcg_reg_free(TCGContext *s, TCGReg reg, TCGRegSet allocated_regs) in tcg_reg_free()
4319 static TCGReg tcg_reg_alloc(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc()
4320 TCGRegSet allocated_regs, in tcg_reg_alloc()
4321 TCGRegSet preferred_regs, bool rev) in tcg_reg_alloc()
4324 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
4339 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
4360 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
4381 static TCGReg tcg_reg_alloc_pair(TCGContext *s, TCGRegSet required_regs, in tcg_reg_alloc_pair()
4382 TCGRegSet allocated_regs, in tcg_reg_alloc_pair()
4383 TCGRegSet preferred_regs, bool rev) in tcg_reg_alloc_pair()
4386 TCGRegSet reg_ct[2]; in tcg_reg_alloc_pair()
4408 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc_pair()
4429 static void temp_load(TCGContext *s, TCGTemp *ts, TCGRegSet desired_regs, in temp_load()
4430 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
4478 static void temp_save(TCGContext *s, TCGTemp *ts, TCGRegSet allocated_regs) in temp_save()
4488 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals()
4500 static void sync_globals(TCGContext *s, TCGRegSet allocated_regs) in sync_globals()
4514 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end()
4547 static void tcg_reg_alloc_cbranch(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_cbranch()
4575 TCGRegSet preferred_regs) in tcg_reg_alloc_do_movi()
4597 TCGRegSet allocated_regs, preferred_regs; in tcg_reg_alloc_mov()
4664 allocated_regs | ((TCGRegSet)1 << ireg), in tcg_reg_alloc_mov()
4697 TCGRegSet dup_out_regs, dup_in_regs; in tcg_reg_alloc_dup()
4729 TCGRegSet allocated_regs = s->reserved_regs; in tcg_reg_alloc_dup()
4806 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
4807 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
4857 TCGRegSet i_preferred_regs, i_required_regs; in tcg_reg_alloc_op()
4997 TCGRegSet t_allocated_regs = i_allocated_regs; in tcg_reg_alloc_op()
5025 i_required_regs = (TCGRegSet)1 << reg; in tcg_reg_alloc_op()
5221 TCGRegSet allocated_regs = s->reserved_regs; in tcg_reg_alloc_dup2()
5222 TCGRegSet dup_out_regs = in tcg_reg_alloc_dup2()
5291 TCGRegSet allocated_regs) in load_arg_reg()
5307 TCGRegSet arg_set = 0; in load_arg_reg()
5316 TCGRegSet allocated_regs) in load_arg_stk()
5329 TCGTemp *ts, TCGRegSet *allocated_regs) in load_arg_normal()
5341 intptr_t ref_off, TCGRegSet *allocated_regs) in load_arg_ref()
5365 TCGRegSet allocated_regs = s->reserved_regs; in tcg_reg_alloc_call()