Searched refs:do_urshr (Results 1 – 2 of 2) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 2072 static inline uint64_t do_urshr(uint64_t x, unsigned sh) in do_urshr() function 2129 DO_ZPZI(sve2_urshr_b, uint8_t, H1, do_urshr) in DO_ZPZI() 2130 DO_ZPZI(sve2_urshr_h, uint16_t, H1_2, do_urshr) in DO_ZPZI() 2131 DO_ZPZI(sve2_urshr_s, uint32_t, H1_4, do_urshr) in DO_ZPZI() 2132 DO_ZPZI_D(sve2_urshr_d, uint64_t, do_urshr) in DO_ZPZI() 2182 DO_SHRNB(sve2_rshrnb_h, uint16_t, uint8_t, do_urshr) 2183 DO_SHRNB(sve2_rshrnb_s, uint32_t, uint16_t, do_urshr) 2184 DO_SHRNB(sve2_rshrnb_d, uint64_t, uint32_t, do_urshr) 2186 DO_SHRNT(sve2_rshrnt_h, uint16_t, uint8_t, H1_2, H1, do_urshr) 2187 DO_SHRNT(sve2_rshrnt_s, uint32_t, uint16_t, H1_4, H1_2, do_urshr) [all …]
|
H A D | mve_helper.c | 2167 static inline uint64_t do_urshr(uint64_t x, unsigned sh) 2189 DO_VSHRN_ALL(vrshrn, do_urshr) in DO_VSHRN_ALL() 2261 do_sat_bhs(do_urshr(N, M), 0, UINT8_MAX, SATP) 2268 do_sat_bhs(do_urshr(N, M), 0, UINT16_MAX, SATP)
|