Searched refs:tcg_gen_trunc_i64_i32 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg-op.h1507 static inline void tcg_gen_trunc_i64_i32(TCGv_i32 ret, TCGv_i64 arg) function
1612 static inline void tcg_gen_trunc_i64_i32(TCGv_i32 ret, TCGv_i64 arg) function
2362 #define tcg_gen_trunc_tl_i32 tcg_gen_trunc_i64_i32
2434 #define tcg_gen_trunc_i64_tl tcg_gen_trunc_i64_i32
/vbox/src/recompiler/target-i386/
H A Dtranslate.c4793 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4797 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4862 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
4867 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
5159 tcg_gen_trunc_i64_i32(cpu_T[0], t0);
5163 tcg_gen_trunc_i64_i32(cpu_T[1], t0);

Completed in 122 milliseconds