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

/external/qemu/tcg/
H A Dtcg-op.h934 static inline void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1193 static inline void tcg_gen_shli_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1582 tcg_gen_shli_i64(ret, arg, 56);
1592 tcg_gen_shli_i64(ret, arg, 48);
1602 tcg_gen_shli_i64(ret, arg, 32);
1664 tcg_gen_shli_i64(t0, t0, 8);
1681 tcg_gen_shli_i64(t0, arg, 24);
1685 tcg_gen_shli_i64(t1, t1, 8);
1707 tcg_gen_shli_i64(t0, arg, 56);
1710 tcg_gen_shli_i64(t
[all...]

Completed in 105 milliseconds