Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op.h343 #define tcg_gen_bswap16_tl tcg_gen_bswap16_i32
H A Dtcg-op-common.h146 void tcg_gen_bswap16_i32(TCGv_i32 ret, TCGv_i32 arg, int flags);
/qemu/tcg/
H A Dtcg-op-ldst.c211 tcg_gen_bswap16_i32(val, val, (orig_memop & MO_SIGN in tcg_gen_qemu_ld_i32_int()
247 tcg_gen_bswap16_i32(swap, val, 0); in tcg_gen_qemu_st_i32_int()
H A Dtcg-op.c1311 void tcg_gen_bswap16_i32(TCGv_i32 ret, TCGv_i32 arg, int flags) in tcg_gen_bswap16_i32() function
2190 tcg_gen_bswap16_i32(TCGV_LOW(ret), TCGV_LOW(arg), flags); in tcg_gen_bswap16_i64()
/qemu/target/sh4/
H A Dtranslate.c675 tcg_gen_bswap16_i32(low, REG(B7_4), 0); in _decode_opc()
/qemu/target/arm/tcg/
H A Dtranslate.c433 tcg_gen_bswap16_i32(var, var, TCG_BSWAP_OS); in gen_revsh()