Searched refs:tcg_gen_mov_tl (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dtranslate.c242 tcg_gen_mov_tl(cpu_T[0], cpu_T[1]);
794 tcg_gen_mov_tl(cpu_cc_dst, cpu_T[0]);
799 tcg_gen_mov_tl(cpu_cc_src, cpu_T[1]);
800 tcg_gen_mov_tl(cpu_cc_dst, cpu_T[0]);
805 tcg_gen_mov_tl(cpu_cc_src, cpu_T[1]);
818 tcg_gen_mov_tl(cpu_cc_dst, cpu_T[0]);
1323 tcg_gen_mov_tl(cpu_cc_src, cpu_T[1]);
1324 tcg_gen_mov_tl(cpu_cc_dst, cpu_T[0]);
1340 tcg_gen_mov_tl(cpu_cc_src, cpu_T[1]);
1341 tcg_gen_mov_tl(cpu_cc_ds
[all...]
/external/qemu/target-mips/
H A Dtranslate.c526 tcg_gen_mov_tl(t, cpu_gpr[reg]);
532 tcg_gen_mov_tl(cpu_gpr[reg], t);
538 tcg_gen_mov_tl(t, cpu_ACX[reg]);
543 tcg_gen_mov_tl(cpu_ACX[reg], t);
920 tcg_gen_mov_tl(t0, arg1); \
1495 tcg_gen_mov_tl(cpu_gpr[rt], t0);
1591 tcg_gen_mov_tl(cpu_gpr[rd], cpu_gpr[rt]);
1593 tcg_gen_mov_tl(cpu_gpr[rd], cpu_gpr[rs]);
1632 tcg_gen_mov_tl(cpu_gpr[rd], cpu_gpr[rs]);
1668 tcg_gen_mov_tl(cpu_gp
[all...]
/external/qemu/tcg/
H A Dtcg-op.h2382 #define tcg_gen_mov_tl tcg_gen_mov_i64 macro
2454 #define tcg_gen_mov_tl tcg_gen_mov_i32 macro

Completed in 28 milliseconds