Searched refs:temp_load (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 4660 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet); 4714 temp_load(s, ts, tcg_target_available_regs[ts->type], in temp_sync() 4866 static void temp_load(TCGContext *s, TCGTemp *ts, TCGRegSet desired_regs, in temp_load() function 5069 temp_load(s, ts, tcg_target_available_regs[itype], in tcg_reg_alloc_mov() 5361 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 5371 temp_load(s, ts, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op() 5474 temp_load(s, ts, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op() 5481 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 6061 temp_load(s, ts, arg_set, allocated_regs, 0); in load_arg_reg() 6073 temp_load(s, ts, tcg_target_available_regs[ts->type], allocated_regs, 0); in load_arg_stk()
|