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

/external/qemu/tcg/
H A Dtcg-op.h950 static inline void tcg_gen_shri_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1209 static inline void tcg_gen_shri_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1665 tcg_gen_shri_i64(ret, arg, 8);
1688 tcg_gen_shri_i64(t1, arg, 8);
1692 tcg_gen_shri_i64(t1, arg, 24);
1721 tcg_gen_shri_i64(t1, arg, 8);
1725 tcg_gen_shri_i64(t1, arg, 24);
1729 tcg_gen_shri_i64(t1, arg, 40);
1733 tcg_gen_shri_i64(t1, arg, 56);
2034 tcg_gen_shri_i64(t
[all...]

Completed in 22 milliseconds