Searched refs:tcg_gen_shifti_i64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 1846 static inline void tcg_gen_shifti_i64(TCGv_i64 ret, TCGv_i64 arg1, in tcg_gen_shifti_i64() function 1900 tcg_gen_shifti_i64(ret, arg1, arg2, 0, 0); in tcg_gen_shli_i64() 1912 tcg_gen_shifti_i64(ret, arg1, arg2, 1, 0); in tcg_gen_shri_i64() 1924 tcg_gen_shifti_i64(ret, arg1, arg2, 1, 1); in tcg_gen_sari_i64()
|