Searched refs:temp_load (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg.c | 4223 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet); 4277 temp_load(s, ts, tcg_target_available_regs[ts->type], in temp_sync() 4429 static void temp_load(TCGContext *s, TCGTemp *ts, TCGRegSet desired_regs, in temp_load() function 4629 temp_load(s, ts, tcg_target_available_regs[itype], in tcg_reg_alloc_mov() 4906 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 4916 temp_load(s, ts, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op() 5019 temp_load(s, ts, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op() 5026 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op() 5311 temp_load(s, ts, arg_set, allocated_regs, 0); in load_arg_reg() 5323 temp_load(s, ts, tcg_target_available_regs[ts->type], allocated_regs, 0); in load_arg_stk()
|