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

/vbox/src/recompiler/target-i386/
H A Dtranslate.c1727 static inline void tcg_gen_lshift(TCGv ret, TCGv arg1, target_long arg2) function
1810 tcg_gen_lshift(cpu_tmp0, cpu_tmp0, 11 - (data_bits - 1));
1889 tcg_gen_lshift(cpu_tmp0, cpu_tmp0, 11 - (data_bits - 1));

Completed in 64 milliseconds