Searched refs:do_urshr (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 2049 static inline uint64_t do_urshr(uint64_t x, unsigned sh) in do_urshr() function 2106 DO_ZPZI(sve2_urshr_b, uint8_t, H1, do_urshr) in DO_ZPZI() 2107 DO_ZPZI(sve2_urshr_h, uint16_t, H1_2, do_urshr) in DO_ZPZI() 2108 DO_ZPZI(sve2_urshr_s, uint32_t, H1_4, do_urshr) in DO_ZPZI() 2109 DO_ZPZI_D(sve2_urshr_d, uint64_t, do_urshr) in DO_ZPZI() 2159 DO_SHRNB(sve2_rshrnb_h, uint16_t, uint8_t, do_urshr) 2160 DO_SHRNB(sve2_rshrnb_s, uint32_t, uint16_t, do_urshr) 2161 DO_SHRNB(sve2_rshrnb_d, uint64_t, uint32_t, do_urshr) 2163 DO_SHRNT(sve2_rshrnt_h, uint16_t, uint8_t, H1_2, H1, do_urshr) 2164 DO_SHRNT(sve2_rshrnt_s, uint32_t, uint16_t, H1_4, H1_2, do_urshr) [all …]
|
H A D | mve_helper.c | 2168 static inline uint64_t do_urshr(uint64_t x, unsigned sh) 2190 DO_VSHRN_ALL(vrshrn, do_urshr) in DO_VSHRN_ALL() 2262 do_sat_bhs(do_urshr(N, M), 0, UINT8_MAX, SATP) 2269 do_sat_bhs(do_urshr(N, M), 0, UINT16_MAX, SATP)
|