Home
last modified time | relevance | path

Searched refs:temp_load (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tcg/
H A Dtcg.c4661 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
4715 temp_load(s, ts, tcg_target_available_regs[ts->type], in temp_sync()
4867 static void temp_load(TCGContext *s, TCGTemp *ts, TCGRegSet desired_regs, in temp_load() function
5070 temp_load(s, ts, tcg_target_available_regs[itype], in tcg_reg_alloc_mov()
5362 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
5372 temp_load(s, ts, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op()
5475 temp_load(s, ts, tcg_target_available_regs[ts->type], in tcg_reg_alloc_op()
5482 temp_load(s, ts, i_required_regs, i_allocated_regs, in tcg_reg_alloc_op()
6062 temp_load(s, ts, arg_set, allocated_regs, 0); in load_arg_reg()
6074 temp_load(s, ts, tcg_target_available_regs[ts->type], allocated_regs, 0); in load_arg_stk()