Home
last modified time | relevance | path

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

/external/qemu/tcg/i386/
Dtcg-target.c539 static inline void tcg_out_mov(TCGContext *s, TCGType type, in tcg_out_mov() function
992 tcg_out_mov(s, TCG_TYPE_I32, dest, v1); in tcg_out_movcond32()
1100 tcg_out_mov(s, htype, r0, addrlo); in tcg_out_tlb_load()
1101 tcg_out_mov(s, ttype, r1, addrlo); in tcg_out_tlb_load()
1124 tcg_out_mov(s, ttype, r1, addrlo); in tcg_out_tlb_load()
1208 tcg_out_mov(s, TCG_TYPE_PTR, tcg_target_call_iarg_regs[0], TCG_AREG0); in tcg_out_qemu_ld_slow_path()
1235 tcg_out_mov(s, TCG_TYPE_I32, data_reg, TCG_REG_EAX); in tcg_out_qemu_ld_slow_path()
1239 tcg_out_mov(s, TCG_TYPE_I64, data_reg, TCG_REG_RAX); in tcg_out_qemu_ld_slow_path()
1243 tcg_out_mov(s, TCG_TYPE_I32, l->datahi_reg, TCG_REG_EAX); in tcg_out_qemu_ld_slow_path()
1245 tcg_out_mov(s, TCG_TYPE_I32, data_reg, TCG_REG_EAX); in tcg_out_qemu_ld_slow_path()
[all …]
/external/qemu/tcg/
Dtcg.c97 static void tcg_out_mov(TCGContext *s, TCGType type, TCGReg ret, TCGReg arg);
2077 tcg_out_mov(s, ots->type, ots->reg, ts->reg); in tcg_reg_alloc_mov()
2163 tcg_out_mov(s, ts->type, reg, ts->reg); in tcg_reg_alloc_op()
2239 tcg_out_mov(s, ts->type, ts->reg, reg); in tcg_reg_alloc_op()
2334 tcg_out_mov(s, ts->type, reg, ts->reg); in tcg_reg_alloc_call()
2363 tcg_out_mov(s, ts->type, reg, ts->reg); in tcg_reg_alloc_call()
2416 tcg_out_mov(s, ts->type, ts->reg, reg); in tcg_reg_alloc_call()