Home
last modified time | relevance | path

Searched refs:tcg_gen_shifti_i64 (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg-op.c1799 static inline void tcg_gen_shifti_i64(TCGv_i64 ret, TCGv_i64 arg1, in tcg_gen_shifti_i64() function
1853 tcg_gen_shifti_i64(ret, arg1, arg2, 0, 0); in tcg_gen_shli_i64()
1865 tcg_gen_shifti_i64(ret, arg1, arg2, 1, 0); in tcg_gen_shri_i64()
1877 tcg_gen_shifti_i64(ret, arg1, arg2, 1, 1); in tcg_gen_sari_i64()