Searched defs:tcg_gen_bswap32_i32 (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg-op.h1468 static inline void tcg_gen_bswap32_i32(TCGv_i32 ret, TCGv_i32 arg) function
1559 tcg_gen_bswap32_i32(TCGV_LOW(ret), TCGV_LOW(arg));
1568 tcg_gen_bswap32_i32(t0, TCGV_LOW(arg));
1569 tcg_gen_bswap32_i32(t1, TCGV_HIGH(arg));
2509 #define tcg_gen_bswap32_tl tcg_gen_bswap32_i32

Completed in 75 milliseconds