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

/vbox/src/recompiler/tcg/
H A Dtcg-op.h1779 static inline void tcg_gen_concat_i32_i64(TCGv_i64 dest, TCGv_i32 low, TCGv_i32 high) function
1799 tcg_gen_concat_i32_i64(dest, TCGV_LOW(low), TCGV_LOW(high));
2447 #define tcg_gen_concat_tl_i64 tcg_gen_concat_i32_i64

Completed in 44 milliseconds