Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c391 tcg_gen_bswap64_i64(val, val); in tcg_gen_qemu_ld_i64_int()
433 tcg_gen_bswap64_i64(swap, val); in tcg_gen_qemu_st_i64_int()
596 tcg_gen_bswap64_i64(lo, lo); in tcg_gen_qemu_ld_i128_int()
597 tcg_gen_bswap64_i64(hi, hi); in tcg_gen_qemu_ld_i128_int()
630 tcg_gen_bswap64_i64(x, x); in tcg_gen_qemu_ld_i128_int()
647 tcg_gen_bswap64_i64(y, y); in tcg_gen_qemu_ld_i128_int()
699 tcg_gen_bswap64_i64(lo, TCGV128_HIGH(val)); in tcg_gen_qemu_st_i128_int()
700 tcg_gen_bswap64_i64(hi, TCGV128_LOW(val)); in tcg_gen_qemu_st_i128_int()
742 tcg_gen_bswap64_i64(b, x); in tcg_gen_qemu_st_i128_int()
759 tcg_gen_bswap64_i64(b, y); in tcg_gen_qemu_st_i128_int()
H A Dtcg-op.c2288 void tcg_gen_bswap64_i64(TCGv_i64 ret, TCGv_i64 arg) in tcg_gen_bswap64_i64() function
/openbmc/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)
/openbmc/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);
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc175 tcg_gen_bswap64_i64(hi, inh);
176 tcg_gen_bswap64_i64(lo, inl);
1499 tcg_gen_bswap64_i64(xth, xbh);
1500 tcg_gen_bswap64_i64(xtl, xbl);
1548 tcg_gen_bswap64_i64(t0, xbl);
1549 tcg_gen_bswap64_i64(xtl, xbh);
/openbmc/qemu/target/ppc/
H A Dtranslate.c5758 tcg_gen_bswap64_i64(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)]); in gen_brd()
5764 tcg_gen_bswap64_i64(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)]); in gen_brw()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8191 tcg_gen_bswap64_i64(cpu_reg(s, rd), cpu_reg(s, rn)); in handle_rev64()
8204 tcg_gen_bswap64_i64(tcg_rd, tcg_rn); in handle_rev32()
10685 tcg_gen_bswap64_i64(tcg_tmp, tcg_tmp); in handle_rev()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c3745 tcg_gen_bswap64_i64(o->out, o->in2); in op_rev64()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1429 tcg_gen_bswap64_i64(s->T0, s->T0);