Home | History | Annotate | Download | only in target-arm

Lines Matching full:int16_t

62 NEON_TYPE2(s16, int16_t)
210 #define NEON_FN(dest, src1, src2) NEON_SSAT(dest, src1, src2, int16_t)
291 #define NEON_FN(dest, src1, src2) NEON_SSAT(dest, src1, src2, int16_t)
1136 uint32_t tmp = (int32_t)(int16_t) src1 * (int16_t) src2; \
1276 int16_t s;
1342 if (low != (int16_t)low) {
1347 if (high != (int16_t)high) {
1421 uint64_t high = (int16_t)(x >> 16);
1422 return ((uint32_t)(int16_t)x) | (high << 32);
1568 DO_ABD(result, a, b, int16_t, int32_t);
1569 DO_ABD(tmp, a >> 16, b >> 16, int16_t, int32_t);
1640 DO_MULL(result, a, b, int16_t, uint32_t);
1641 DO_MULL(tmp, a >> 16, b >> 16, int16_t, uint32_t);
1715 if (x == (int16_t)0x8000) { \
1733 if (x == (int16_t)0x8000) { \