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

/vbox/src/recompiler/tcg/
H A Dtcg-op.h910 static inline void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1169 static inline void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1558 tcg_gen_shli_i64(ret, arg, 56);
1568 tcg_gen_shli_i64(ret, arg, 48);
1578 tcg_gen_shli_i64(ret, arg, 32);
1640 tcg_gen_shli_i64(t0, t0, 8);
1657 tcg_gen_shli_i64(t0, arg, 24);
1661 tcg_gen_shli_i64(t1, t1, 8);
1683 tcg_gen_shli_i64(t0, arg, 56);
1686 tcg_gen_shli_i64(t
[all...]

Completed in 70 milliseconds