Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg-op-ldst.c341 tcg_gen_bswap64_i64(val, val); in tcg_gen_qemu_ld_i64_int()
383 tcg_gen_bswap64_i64(swap, val); in tcg_gen_qemu_st_i64_int()
546 tcg_gen_bswap64_i64(lo, lo); in tcg_gen_qemu_ld_i128_int()
547 tcg_gen_bswap64_i64(hi, hi); in tcg_gen_qemu_ld_i128_int()
580 tcg_gen_bswap64_i64(x, x); in tcg_gen_qemu_ld_i128_int()
597 tcg_gen_bswap64_i64(y, y); in tcg_gen_qemu_ld_i128_int()
648 tcg_gen_bswap64_i64(lo, TCGV128_HIGH(val)); in tcg_gen_qemu_st_i128_int()
649 tcg_gen_bswap64_i64(hi, TCGV128_LOW(val)); in tcg_gen_qemu_st_i128_int()
691 tcg_gen_bswap64_i64(b, x); in tcg_gen_qemu_st_i128_int()
708 tcg_gen_bswap64_i64(b, y); in tcg_gen_qemu_st_i128_int()
H A Dtcg-op.c2280 void tcg_gen_bswap64_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_bswap64_i64() function
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc110 tcg_gen_bswap64_i64(dest, src1);
194 TRANS(revb_d, 64, gen_rr, EXT_NONE, EXT_NONE, tcg_gen_bswap64_i64)
/qemu/include/tcg/
H A Dtcg-op.h225 #define tcg_gen_bswap64_tl tcg_gen_bswap64_i64
226 #define tcg_gen_bswap_tl tcg_gen_bswap64_i64
H A Dtcg-op-common.h254 void tcg_gen_bswap64_i64(TCGv_i64 ret, TCGv_i64 arg);
/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc182 tcg_gen_bswap64_i64(hi, inh);
183 tcg_gen_bswap64_i64(lo, inl);
1533 tcg_gen_bswap64_i64(xth, xbh);
1534 tcg_gen_bswap64_i64(xtl, xbl);
1582 tcg_gen_bswap64_i64(t0, xbl);
1583 tcg_gen_bswap64_i64(xtl, xbh);
/qemu/target/ppc/
H A Dtranslate.c5751 tcg_gen_bswap64_i64(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)]); in gen_brd()
5757 tcg_gen_bswap64_i64(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)]); in gen_brw()
/qemu/target/arm/tcg/
H A Dtranslate-a64.c6739 tcg_gen_bswap64_i64(cpu_reg(s, rd), cpu_reg(s, rn)); in handle_rev64()
6752 tcg_gen_bswap64_i64(tcg_rd, tcg_rn); in handle_rev32()
11142 tcg_gen_bswap64_i64(tcg_tmp, tcg_tmp); in handle_rev()
/qemu/target/s390x/tcg/
H A Dtranslate.c3746 tcg_gen_bswap64_i64(o->out, o->in2); in op_rev64()
/qemu/target/i386/tcg/
H A Demit.c.inc1381 tcg_gen_bswap64_i64(s->T0, s->T0);