Searched refs:otype (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | tcg.c | 5039 TCGType otype, itype; in tcg_reg_alloc_mov() local 5051 otype = ots->type; in tcg_reg_alloc_mov() 5082 tcg_out_st(s, otype, ireg, ots->mem_base->reg, ots->mem_offset); 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()
|