Lines Matching refs:DO_LSL
343 #define DO_LSL(N, M) (M < sizeof(N) * 8 ? N << M : 0) in DO_ZPZZ() macro
347 DO_ZPZZ(sve_lsl_zpzz_b, uint8_t, H1_4, DO_LSL) in DO_ZPZZ()
351 DO_ZPZZ(sve_lsl_zpzz_h, uint16_t, H1_4, DO_LSL) in DO_ZPZZ()
355 DO_ZPZZ(sve_lsl_zpzz_s, uint32_t, H1_4, DO_LSL) in DO_ZPZZ()
359 DO_ZPZZ_D(sve_lsl_zpzz_d, uint64_t, DO_LSL) in DO_ZPZZ()
807 DO_ZPZW(sve_lsl_zpzw_b, uint8_t, uint64_t, H1, DO_LSL)
811 DO_ZPZW(sve_lsl_zpzw_h, uint16_t, uint64_t, H1_2, DO_LSL)
815 DO_ZPZW(sve_lsl_zpzw_s, uint32_t, uint64_t, H1_4, DO_LSL)
1019 DO_ZZW(sve_lsl_zzw_b, uint8_t, uint64_t, H1, DO_LSL)
1023 DO_ZZW(sve_lsl_zzw_h, uint16_t, uint64_t, H1_2, DO_LSL)
1027 DO_ZZW(sve_lsl_zzw_s, uint32_t, uint64_t, H1_4, DO_LSL)
1889 #undef DO_LSL