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

/external/qemu/tcg/
H A Dtcg-op.h983 static inline void tcg_gen_shri_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1306 static inline void tcg_gen_shri_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) function
1761 tcg_gen_shri_i64(ret, arg, 8);
1784 tcg_gen_shri_i64(t1, arg, 8);
1788 tcg_gen_shri_i64(t1, arg, 24);
1817 tcg_gen_shri_i64(t1, arg, 8);
1821 tcg_gen_shri_i64(t1, arg, 24);
1825 tcg_gen_shri_i64(t1, arg, 40);
1829 tcg_gen_shri_i64(t1, arg, 56);
2101 tcg_gen_shri_i64(t
[all...]

Completed in 475 milliseconds