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

/external/qemu/tcg/
H A Dtcg-op.h1564 static inline void tcg_gen_bswap32_i32(TCGv_i32 ret, TCGv_i32 arg) function
1655 tcg_gen_bswap32_i32(TCGV_LOW(ret), TCGV_LOW(arg));
1664 tcg_gen_bswap32_i32(t0, TCGV_LOW(arg));
1665 tcg_gen_bswap32_i32(t1, TCGV_HIGH(arg));
2846 #define tcg_gen_bswap32_tl tcg_gen_bswap32_i32

Completed in 116 milliseconds