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

/vbox/src/recompiler/tcg/
H A Dtcg-op.h1501 static inline void tcg_gen_ext32u_i64(TCGv_i64 ret, TCGv_i64 arg) function
1601 static inline void tcg_gen_ext32u_i64(TCGv_i64 ret, TCGv_i64 arg) function
1621 tcg_gen_ext32u_i64(ret, MAKE_TCGV_I64(GET_TCGV_I32(arg)));
1658 tcg_gen_ext32u_i64(t0, t0);
1802 tcg_gen_ext32u_i64(dest, low);
2372 #define tcg_gen_ext32u_tl tcg_gen_ext32u_i64

Completed in 46 milliseconds