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

/vbox/src/recompiler/tcg/
H A Dtcg-op.h1444 static inline void tcg_gen_bswap32_i32(TCGv_i32 ret, TCGv_i32 arg) function
1535 tcg_gen_bswap32_i32(TCGV_LOW(ret), TCGV_LOW(arg));
1544 tcg_gen_bswap32_i32(t0, TCGV_LOW(arg));
1545 tcg_gen_bswap32_i32(t1, TCGV_HIGH(arg));
2446 #define tcg_gen_bswap32_tl tcg_gen_bswap32_i32

Completed in 58 milliseconds