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

/vbox/src/recompiler/tcg/
H A Dtcg-op.h1410 static inline void tcg_gen_ext8u_i32(TCGv_i32 ret, TCGv_i32 arg) function
1436 tcg_gen_ext8u_i32(t0, arg);
1491 tcg_gen_ext8u_i32(TCGV_LOW(ret), TCGV_LOW(arg));
2439 #define tcg_gen_ext8u_tl tcg_gen_ext8u_i32

Completed in 71 milliseconds