Searched refs:tcg_out_mov (Results 1 - 8 of 8) sorted by relevance

/external/qemu/tcg/ppc/
H A Dtcg-target.c440 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function
594 tcg_out_mov (s, TCG_TYPE_I32, 3, addr_reg);
597 tcg_out_mov (s, TCG_TYPE_I32, 3, addr_reg2);
598 tcg_out_mov (s, TCG_TYPE_I32, 4, addr_reg);
614 tcg_out_mov (s, TCG_TYPE_I32, data_reg, 3);
619 tcg_out_mov (s, TCG_TYPE_I32, 0, 4);
620 tcg_out_mov (s, TCG_TYPE_I32, 4, 3);
621 tcg_out_mov (s, TCG_TYPE_I32, 3, 0);
624 tcg_out_mov (s, TCG_TYPE_I32, data_reg2, 3);
625 tcg_out_mov (
[all...]
/external/qemu/tcg/i386/
H A Dtcg-target.c515 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function
1017 tcg_out_mov(s, type, r1, addrlo);
1018 tcg_out_mov(s, type, r0, addrlo);
1035 tcg_out_mov(s, type, r0, addrlo);
1185 tcg_out_mov(s, TCG_TYPE_I32, tcg_target_call_iarg_regs[arg_idx++],
1206 tcg_out_mov(s, TCG_TYPE_I32, data_reg, TCG_REG_EAX);
1215 tcg_out_mov(s, TCG_TYPE_I64, data_reg, TCG_REG_RAX);
1219 tcg_out_mov(s, TCG_TYPE_I32, data_reg2, TCG_REG_EAX);
1221 tcg_out_mov(s, TCG_TYPE_I32, data_reg, TCG_REG_EAX);
1222 tcg_out_mov(
[all...]
/external/qemu/tcg/hppa/
H A Dtcg-target.c341 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function
501 tcg_out_mov(s, TCG_TYPE_I32, ret, arg);
531 tcg_out_mov(s, TCG_TYPE_I32, ret, arg);
611 tcg_out_mov(s, TCG_TYPE_I32, ret, arg); /* arg = xxAB */
641 tcg_out_mov(s, TCG_TYPE_I32, TCG_REG_RP, TCG_REG_R31);
688 tcg_out_mov(s, TCG_TYPE_I32, destl, tmp);
709 tcg_out_mov(s, TCG_TYPE_I32, destl, tmp);
872 tcg_out_mov(s, TCG_TYPE_I32, ret, scratch);
1051 tcg_out_mov(s, TCG_TYPE_I32, argreg--, addrlo_reg);
1053 tcg_out_mov(
[all...]
/external/qemu/tcg/x86_64/
H A Dtcg-target.c357 static inline void tcg_out_mov(TCGContext *s, int ret, int arg) function
641 tcg_out_mov(s, data_reg, TCG_REG_RAX);
821 tcg_out_mov(s, TCG_REG_RSI, data_reg);
888 tcg_out_mov(s, r1, data_reg);
/external/qemu/tcg/sparc/
H A Dtcg-target.c307 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function
798 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg);
848 tcg_out_mov(s, TCG_TYPE_REG, data_reg, arg0);
1010 tcg_out_mov(s, TCG_TYPE_PTR, arg0, addr_reg);
1013 tcg_out_mov(s, TCG_TYPE_REG, arg1, data_reg);
/external/qemu/tcg/
H A Dtcg.c1628 tcg_out_mov(s, ots->type, reg, ts->reg);
1733 tcg_out_mov(s, ts->type, reg, ts->reg);
1815 tcg_out_mov(s, ts->type, ts->reg, reg);
1901 tcg_out_mov(s, ts->type, reg, ts->reg);
1930 tcg_out_mov(s, ts->type, reg, ts->reg);
1989 tcg_out_mov(s, ts->type, ts->reg, reg);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c438 static void tcg_out_mov (TCGContext *s, TCGType type, int ret, int arg) function
647 tcg_out_mov (s, TCG_TYPE_I64, 3, addr_reg);
667 tcg_out_mov (s, TCG_TYPE_I64, data_reg, 3);
793 tcg_out_mov (s, TCG_TYPE_I64, 3, addr_reg);
/external/qemu/tcg/arm/
H A Dtcg-target.c1836 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) function

Completed in 73 milliseconds