Lines Matching refs:DO_LSL
336 #define DO_LSL(N, M) (M < sizeof(N) * 8 ? N << M : 0) in DO_ZPZZ() macro
340 DO_ZPZZ(sve_lsl_zpzz_b, uint8_t, H1_4, DO_LSL) in DO_ZPZZ()
344 DO_ZPZZ(sve_lsl_zpzz_h, uint16_t, H1_4, DO_LSL) in DO_ZPZZ()
348 DO_ZPZZ(sve_lsl_zpzz_s, uint32_t, H1_4, DO_LSL) in DO_ZPZZ()
352 DO_ZPZZ_D(sve_lsl_zpzz_d, uint64_t, DO_LSL) in DO_ZPZZ()
800 DO_ZPZW(sve_lsl_zpzw_b, uint8_t, uint64_t, H1, DO_LSL)
804 DO_ZPZW(sve_lsl_zpzw_h, uint16_t, uint64_t, H1_2, DO_LSL)
808 DO_ZPZW(sve_lsl_zpzw_s, uint32_t, uint64_t, H1_4, DO_LSL)
996 DO_ZZW(sve_lsl_zzw_b, uint8_t, uint64_t, H1, DO_LSL)
1000 DO_ZZW(sve_lsl_zzw_h, uint16_t, uint64_t, H1_2, DO_LSL)
1004 DO_ZZW(sve_lsl_zzw_s, uint32_t, uint64_t, H1_4, DO_LSL)
1866 #undef DO_LSL