Searched refs:do_urshr (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_internal.h | 233 static inline uint64_t do_urshr(uint64_t x, unsigned sh) in do_urshr() function
|
| H A D | sme_helper.c | 1869 SQRSHR2(sme2_uqrshr_sh, uint32_t, uint16_t, H4, H2, do_urshr, do_usat_h) 1899 SQRSHR4(sme2_uqrshr_sb, uint32_t, uint8_t, H4, H2, do_urshr, do_usat_b) 1903 SQRSHR4(sme2_uqrshr_dh, uint64_t, uint16_t, H8, H2, do_urshr, do_usat_h) 2018 SQRSHRN2(sme2_uqrshrn_sh, uint32_t, uint16_t, H4, H2, do_urshr, do_usat_h) 2048 SQRSHRN4(sme2_uqrshrn_sb, uint32_t, uint8_t, H4, H1, do_urshr, do_usat_b) 2052 SQRSHRN4(sme2_uqrshrn_dh, uint64_t, uint16_t, H8, H2, do_urshr, do_usat_h)
|
| H A D | sve_helper.c | 2177 DO_ZPZI(sve2_urshr_b, uint8_t, H1, do_urshr) in DO_ZPZI() 2178 DO_ZPZI(sve2_urshr_h, uint16_t, H1_2, do_urshr) in DO_ZPZI() 2179 DO_ZPZI(sve2_urshr_s, uint32_t, H1_4, do_urshr) in DO_ZPZI() 2180 DO_ZPZI_D(sve2_urshr_d, uint64_t, do_urshr) in DO_ZPZI() 2230 DO_SHRNB(sve2_rshrnb_h, uint16_t, uint8_t, do_urshr) 2231 DO_SHRNB(sve2_rshrnb_s, uint32_t, uint16_t, do_urshr) 2232 DO_SHRNB(sve2_rshrnb_d, uint64_t, uint32_t, do_urshr) 2234 DO_SHRNT(sve2_rshrnt_h, uint16_t, uint8_t, H1_2, H1, do_urshr) 2235 DO_SHRNT(sve2_rshrnt_s, uint32_t, uint16_t, H1_4, H1_2, do_urshr) 2236 DO_SHRNT(sve2_rshrnt_d, uint64_t, uint32_t, H1_8, H1_4, do_urshr) [all …]
|
| H A D | mve_helper.c | 2208 DO_VSHRN_ALL(vrshrn, do_urshr) 2280 do_sat_bhs(do_urshr(N, M), 0, UINT8_MAX, SATP) 2287 do_sat_bhs(do_urshr(N, M), 0, UINT16_MAX, SATP)
|