Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c5040 TCGReg oreg, ireg; in tcg_reg_alloc_mov() local
5097 oreg = ireg; in tcg_reg_alloc_mov()
5100 oreg = ots->reg; in tcg_reg_alloc_mov()
5103 oreg = tcg_reg_alloc(s, tcg_target_available_regs[otype], in tcg_reg_alloc_mov()
5107 if (!tcg_out_mov(s, otype, oreg, ireg)) { in tcg_reg_alloc_mov()
5123 set_temp_val_reg(s, ots, oreg); in tcg_reg_alloc_mov()
5172 TCGReg oreg; in tcg_reg_alloc_dup() local
5178 oreg = tcg_reg_alloc(s, dup_out_regs, allocated_regs, in tcg_reg_alloc_dup()
5180 set_temp_val_reg(s, ots, oreg); in tcg_reg_alloc_dup()
5974 TCGReg oreg; in tcg_reg_alloc_dup2() local
[all …]