Lines Matching refs:DO_ASR
341 #define DO_ASR(N, M) (N >> MIN(M, sizeof(N) * 8 - 1)) in DO_ZPZZ() macro
345 DO_ZPZZ(sve_asr_zpzz_b, int8_t, H1, DO_ASR) in DO_ZPZZ()
349 DO_ZPZZ(sve_asr_zpzz_h, int16_t, H1, DO_ASR) in DO_ZPZZ()
353 DO_ZPZZ(sve_asr_zpzz_s, int32_t, H1, DO_ASR) in DO_ZPZZ()
357 DO_ZPZZ_D(sve_asr_zpzz_d, int64_t, DO_ASR) in DO_ZPZZ()
805 DO_ZPZW(sve_asr_zpzw_b, int8_t, uint64_t, H1, DO_ASR)
809 DO_ZPZW(sve_asr_zpzw_h, int16_t, uint64_t, H1_2, DO_ASR)
813 DO_ZPZW(sve_asr_zpzw_s, int32_t, uint64_t, H1_4, DO_ASR)
1017 DO_ZZW(sve_asr_zzw_b, int8_t, uint64_t, H1, DO_ASR)
1021 DO_ZZW(sve_asr_zzw_h, int16_t, uint64_t, H1_2, DO_ASR)
1025 DO_ZZW(sve_asr_zzw_s, int32_t, uint64_t, H1_4, DO_ASR)
1887 #undef DO_ASR