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