Searched refs:tcg_gen_bswap64_i64 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 391 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 D | tcg-op.c | 2288 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 D | trans_bit.c.inc | 110 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 D | tcg-op.h | 225 #define tcg_gen_bswap64_tl tcg_gen_bswap64_i64 226 #define tcg_gen_bswap_tl tcg_gen_bswap64_i64
|
H A D | tcg-op-common.h | 254 void tcg_gen_bswap64_i64(TCGv_i64 ret, TCGv_i64 arg);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 175 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 D | translate.c | 5758 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 D | translate-a64.c | 8191 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 D | translate.c | 3745 tcg_gen_bswap64_i64(o->out, o->in2); in op_rev64()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1429 tcg_gen_bswap64_i64(s->T0, s->T0);
|