Searched refs:tcg_gen_bswap32_i64 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 224 #define tcg_gen_bswap32_tl tcg_gen_bswap32_i64
|
H A D | tcg-op-common.h | 253 void tcg_gen_bswap32_i64(TCGv_i64 ret, TCGv_i64 arg, int flags);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 388 tcg_gen_bswap32_i64(val, val, flags); in tcg_gen_qemu_ld_i64_int() 430 tcg_gen_bswap32_i64(swap, val, 0); in tcg_gen_qemu_st_i64_int()
|
H A D | tcg-op.c | 2242 void tcg_gen_bswap32_i64(TCGv_i64 ret, TCGv_i64 arg, int flags) in tcg_gen_bswap32_i64() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 8207 tcg_gen_bswap32_i64(tcg_rd, tcg_rn, TCG_BSWAP_OZ); in handle_rev32() 10682 tcg_gen_bswap32_i64(tcg_tmp, tcg_tmp, TCG_BSWAP_IZ); in handle_rev()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 3739 tcg_gen_bswap32_i64(o->out, o->in2, TCG_BSWAP_IZ | TCG_BSWAP_OZ); in op_rev32()
|