Searched refs:DO_SDIV (Results 1 – 1 of 1) sorted by relevance
224 #define DO_SDIV(N, M) (unlikely(M == 0) ? 0 : unlikely(M == -1) ? -N : N / M) macro333 DO_ZPZZ(sve_sdiv_zpzz_s, int32_t, H1_4, DO_SDIV) in DO_ZPZZ()334 DO_ZPZZ_D(sve_sdiv_zpzz_d, int64_t, DO_SDIV) in DO_ZPZZ()