Lines Matching refs:H2
1349 DO_CMLA_FUNC(sve2_cmla_zzzz_h, uint16_t, H2, DO_CMLA)
1363 DO_CMLA_FUNC(sve2_sqrdcmlah_zzzz_h, int16_t, H2, DO_SQRDMLAH_H)
1382 d[H2(i + j)] = OP(elt1_a, elt2_a, a[H(i + j)], sub_r); \
1383 d[H2(i + j + 1)] = OP(elt1_a, elt2_b, a[H(i + j + 1)], sub_i); \
1388 DO_CMLA_IDX_FUNC(sve2_cmla_idx_h, int16_t, H2, DO_CMLA)
1391 DO_CMLA_IDX_FUNC(sve2_sqrdcmlah_idx_h, int16_t, H2, DO_SQRDMLAH_H)
1521 DO_ZZXZ(sve2_sqrdmlah_idx_h, int16_t, H2, DO_SQRDMLAH_H) in DO_ZZXZ() argument
1531 DO_ZZXZ(sve2_sqrdmlsh_idx_h, int16_t, H2, DO_SQRDMLSH_H)
2405 d[H2(i)] = start + i * incr; in HELPER()
3060 DO_TB(h, uint16_t, H2)
3081 DO_UNPK(sve_sunpk_h, int16_t, int8_t, H2, H1)
3082 DO_UNPK(sve_sunpk_s, int32_t, int16_t, H4, H2)
3085 DO_UNPK(sve_uunpk_h, uint16_t, uint8_t, H2, H1)
3086 DO_UNPK(sve_uunpk_s, uint32_t, uint16_t, H4, H2)
3195 d16[H2(i)] = nn | (mm << esize); in HELPER()
3390 d16[H2(i)] = expand_bits(nn, 0); in HELPER()
3629 d[i] = (pg[H2(i)] & 1 ? n : m)[i]; in HELPER()