Home
last modified time | relevance | path

Searched refs:tcg_gen_bswap32_i64 (Results 1 – 6 of 6) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h236 #define tcg_gen_bswap32_tl tcg_gen_bswap32_i64
H A Dtcg-op-common.h258 void tcg_gen_bswap32_i64(TCGv_i64 ret, TCGv_i64 arg, int flags);
/qemu/tcg/
H A Dtcg-op-ldst.c367 tcg_gen_bswap32_i64(val, val, flags); in tcg_gen_qemu_ld_i64_int()
408 tcg_gen_bswap32_i64(swap, val, 0); in tcg_gen_qemu_st_i64_int()
H A Dtcg-op.c2147 void tcg_gen_bswap32_i64(TCGv_i64 ret, TCGv_i64 arg, int flags) in tcg_gen_bswap32_i64() function
/qemu/target/s390x/tcg/
H A Dtranslate.c3735 tcg_gen_bswap32_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev32()
/qemu/target/arm/tcg/
H A Dtranslate-a64.c8189 tcg_gen_bswap32_i64(tcg_rd, tcg_rn, TCG_BSWAP_OZ); in gen_rev_32()