Searched refs:tcg_gen_bswap64_i64 (Results 1 – 11 of 11) sorted by relevance
/qemu/tcg/ |
H A D | tcg-op-ldst.c | 370 tcg_gen_bswap64_i64(val, val); in tcg_gen_qemu_ld_i64_int() 411 tcg_gen_bswap64_i64(swap, val); in tcg_gen_qemu_st_i64_int() 564 tcg_gen_bswap64_i64(lo, lo); in tcg_gen_qemu_ld_i128_int() 565 tcg_gen_bswap64_i64(hi, hi); in tcg_gen_qemu_ld_i128_int() 592 tcg_gen_bswap64_i64(x, x); in tcg_gen_qemu_ld_i128_int() 609 tcg_gen_bswap64_i64(y, y); in tcg_gen_qemu_ld_i128_int() 660 tcg_gen_bswap64_i64(lo, TCGV128_HIGH(val)); in tcg_gen_qemu_st_i128_int() 661 tcg_gen_bswap64_i64(hi, TCGV128_LOW(val)); in tcg_gen_qemu_st_i128_int() 693 tcg_gen_bswap64_i64(b, x); in tcg_gen_qemu_st_i128_int() 710 tcg_gen_bswap64_i64(b, y); in tcg_gen_qemu_st_i128_int()
|
H A D | tcg-op.c | 2193 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 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)
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 237 #define tcg_gen_bswap64_tl tcg_gen_bswap64_i64 238 #define tcg_gen_bswap_tl tcg_gen_bswap64_i64
|
H A D | tcg-op-common.h | 259 void tcg_gen_bswap64_i64(TCGv_i64 ret, TCGv_i64 arg);
|
/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);
|
/qemu/target/arm/tcg/ |
H A D | gengvec.c | 2422 tcg_gen_bswap64_i64(d, n); in gen_bswap32_i64() 2452 { .fni8 = tcg_gen_bswap64_i64, in gen_gvec_rev64()
|
H A D | translate-a64.c | 8194 tcg_gen_bswap64_i64(tcg_rd, tcg_rn); in gen_rev32() 8201 TRANS(REV64, gen_rr, a->rd, a->rn, tcg_gen_bswap64_i64)
|
/qemu/target/ppc/ |
H A D | translate.c | 5783 tcg_gen_bswap64_i64(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)]); in gen_brd() 5789 tcg_gen_bswap64_i64(cpu_gpr[rA(ctx->opcode)], cpu_gpr[rS(ctx->opcode)]); in gen_brw()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 3741 tcg_gen_bswap64_i64(o->out, o->in2); in op_rev64()
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1433 tcg_gen_bswap64_i64(s->T0, s->T0);
|