Searched refs:tcg_gen_bswap16_i32 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 343 #define tcg_gen_bswap16_tl tcg_gen_bswap16_i32
|
H A D | tcg-op-common.h | 146 void tcg_gen_bswap16_i32(TCGv_i32 ret, TCGv_i32 arg, int flags);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 260 tcg_gen_bswap16_i32(val, val, (orig_memop & MO_SIGN in tcg_gen_qemu_ld_i32_int() 296 tcg_gen_bswap16_i32(swap, val, 0); in tcg_gen_qemu_st_i32_int()
|
H A D | tcg-op.c | 1318 void tcg_gen_bswap16_i32(TCGv_i32 ret, TCGv_i32 arg, int flags) in tcg_gen_bswap16_i32() function 2198 tcg_gen_bswap16_i32(TCGV_LOW(ret), TCGV_LOW(arg), flags); in tcg_gen_bswap16_i64()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 675 tcg_gen_bswap16_i32(low, REG(B7_4), 0); in _decode_opc()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 436 tcg_gen_bswap16_i32(var, var, TCG_BSWAP_OS); in gen_revsh()
|