/external/clang/test/CodeGen/ |
D | arm_neon_intrinsics.c | 17 int16x4_t test_vaba_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vaba_s16() 90 int32x4_t test_vabal_s16(int32x4_t a, int16x4_t b, int16x4_t c) { in test_vabal_s16() 127 int16x4_t test_vabd_s16(int16x4_t a, int16x4_t b) { in test_vabd_s16() 212 int32x4_t test_vabdl_s16(int16x4_t a, int16x4_t b) { in test_vabdl_s16() 249 int16x4_t test_vabs_s16(int16x4_t a) { in test_vabs_s16() 298 int16x4_t test_vadd_s16(int16x4_t a, int16x4_t b) { in test_vadd_s16() 407 int16x4_t test_vaddhn_s32(int32x4_t a, int32x4_t b) { in test_vaddhn_s32() 444 int32x4_t test_vaddl_s16(int16x4_t a, int16x4_t b) { in test_vaddl_s16() 481 int32x4_t test_vaddw_s16(int32x4_t a, int16x4_t b) { in test_vaddw_s16() 518 int16x4_t test_vand_s16(int16x4_t a, int16x4_t b) { in test_vand_s16() [all …]
|
D | aarch64-neon-intrinsics.c | 15 int16x4_t test_vadd_s16(int16x4_t v1, int16x4_t v2) { in test_vadd_s16() 128 int16x4_t test_vsub_s16(int16x4_t v1, int16x4_t v2) { in test_vsub_s16() 241 int16x4_t test_vmul_s16(int16x4_t v1, int16x4_t v2) { in test_vmul_s16() 345 int8x8_t test_vmla_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) { in test_vmla_s16() 435 int8x8_t test_vmls_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) { in test_vmls_s16() 599 int16x4_t test_vaba_s16(int16x4_t v1, int16x4_t v2, int16x4_t v3) { in test_vaba_s16() 671 int16x4_t test_vabd_s16(int16x4_t v1, int16x4_t v2) { in test_vabd_s16() 762 int8x8_t test_vbsl_s16(uint16x4_t v1, int16x4_t v2, int16x4_t v3) { in test_vbsl_s16() 1014 uint16x4_t test_vtst_s16(int16x4_t v1, int16x4_t v2) { in test_vtst_s16() 1111 uint16x4_t test_vceq_s16(int16x4_t v1, int16x4_t v2) { in test_vceq_s16() [all …]
|
D | arm-neon-vget.c | 24 int16x4_t low_s16( int16x8_t a) { in low_s16() 80 int16x4_t high_s16( int16x8_t a) { in high_s16()
|
D | arm-aapcs-vfp.c | 90 int16x4_t v4;
|
/external/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() 137 int16x4_t p0_src = vget_low_s16(p01_16); in convolveHorizontally_neon() 138 int16x4_t p1_src = vget_high_s16(p01_16); in convolveHorizontally_neon() 139 int16x4_t p2_src = vget_low_s16(p23_16); in convolveHorizontally_neon() 140 int16x4_t p3_src = vget_high_s16(p23_16); in convolveHorizontally_neon() 165 int16x4_t coeff0, coeff1, coeff2; in convolveHorizontally_neon() 190 int16x4_t accum16 = vqmovn_s32(accum); in convolveHorizontally_neon() 212 int16x4_t coeff16; in convolveVertically_neon() 233 int16x4_t src16_0 = vget_low_s16(src16_01); in convolveVertically_neon() 234 int16x4_t src16_1 = vget_high_s16(src16_01); in convolveVertically_neon() [all …]
|
D | SkBitmapProcState_matrix_clamp_neon.h | 314 int16x4_t maxX4 = vdup_n_s16((int16_t)maxX); in PERSP_NOFILTER_NAME() 315 int16x4_t maxY4 = vdup_n_s16((int16_t)maxY); in PERSP_NOFILTER_NAME() 316 int16x4_t zero4 = vdup_n_s16(0); in PERSP_NOFILTER_NAME() 326 int16x4_t xhi, yhi; in PERSP_NOFILTER_NAME() 327 int16x4_t x2hi, y2hi; in PERSP_NOFILTER_NAME() 331 register int16x4_t t_xlo asm("d0"); in PERSP_NOFILTER_NAME() 332 register int16x4_t t_xhi asm("d1"); in PERSP_NOFILTER_NAME() 333 register int16x4_t t_ylo asm("d2"); in PERSP_NOFILTER_NAME() 334 register int16x4_t t_yhi asm("d3"); in PERSP_NOFILTER_NAME() 354 register int16x4_t t_xlo asm("d4"); in PERSP_NOFILTER_NAME() [all …]
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() 137 int16x4_t p0_src = vget_low_s16(p01_16); in convolveHorizontally_neon() 138 int16x4_t p1_src = vget_high_s16(p01_16); in convolveHorizontally_neon() 139 int16x4_t p2_src = vget_low_s16(p23_16); in convolveHorizontally_neon() 140 int16x4_t p3_src = vget_high_s16(p23_16); in convolveHorizontally_neon() 165 int16x4_t coeff0, coeff1, coeff2; in convolveHorizontally_neon() 190 int16x4_t accum16 = vqmovn_s32(accum); in convolveHorizontally_neon() 212 int16x4_t coeff16; in convolveVertically_neon() 233 int16x4_t src16_0 = vget_low_s16(src16_01); in convolveVertically_neon() 234 int16x4_t src16_1 = vget_high_s16(src16_01); in convolveVertically_neon() [all …]
|
D | SkBitmapProcState_matrix_clamp_neon.h | 314 int16x4_t maxX4 = vdup_n_s16((int16_t)maxX); in PERSP_NOFILTER_NAME() 315 int16x4_t maxY4 = vdup_n_s16((int16_t)maxY); in PERSP_NOFILTER_NAME() 316 int16x4_t zero4 = vdup_n_s16(0); in PERSP_NOFILTER_NAME() 326 int16x4_t xhi, yhi; in PERSP_NOFILTER_NAME() 327 int16x4_t x2hi, y2hi; in PERSP_NOFILTER_NAME() 331 register int16x4_t t_xlo asm("d0"); in PERSP_NOFILTER_NAME() 332 register int16x4_t t_xhi asm("d1"); in PERSP_NOFILTER_NAME() 333 register int16x4_t t_ylo asm("d2"); in PERSP_NOFILTER_NAME() 334 register int16x4_t t_yhi asm("d3"); in PERSP_NOFILTER_NAME() 354 register int16x4_t t_xlo asm("d4"); in PERSP_NOFILTER_NAME() [all …]
|
/external/webrtc/src/modules/audio_processing/aecm/ |
D | aecm_core_neon.c | 43 int16x4_t tmp16x4_scaling = vdup_n_s16(time_signal_scaling); in WindowAndFFTNeon() 47 int16x4_t tmp16x4_0; in WindowAndFFTNeon() 48 int16x4_t tmp16x4_1; in WindowAndFFTNeon() 127 int16x4_t tmp16x4_0; in InverseFFTAndWindowNeon() 128 int16x4_t tmp16x4_1; in InverseFFTAndWindowNeon()
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-mangle-neon-vectors.cpp | 18 typedef __attribute__((neon_vector_type(4))) int16_t int16x4_t; typedef 43 void f2(int16x4_t) {} in f2() argument
|
/external/webrtc/src/modules/audio_processing/ns/ |
D | nsx_core_neon.c | 22 int16x4_t kExp2Const16x4 = vdup_n_s16(kExp2Const); in UpdateNoiseEstimateNeon() 44 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile); in UpdateNoiseEstimateNeon() 140 int16x4_t Q3_16x4 = vdup_n_s16(3); in NoiseEstimationNeon() 160 int16x4_t tmp16x4_0; in NoiseEstimationNeon() 161 int16x4_t tmp16x4_1; in NoiseEstimationNeon() 162 int16x4_t countDiv_16x4 = vdup_n_s16(countDiv); in NoiseEstimationNeon()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | filters_neon.c | 44 int16x4_t reg16x4; in WebRtcIsacfix_AutocorrNeon()
|
D | pitch_estimator.c | 218 int16x4_t int_16x4_x = vld1_s16(&x[n]); in PCorr2Q32() 219 int16x4_t int_16x4_in = vld1_s16(&inptr[n]); in PCorr2Q32()
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | upsampling_neon.c | 228 const int16x4_t cf16 = vld1_s16(coef); \
|
/external/webp/src/dsp/ |
D | upsampling_neon.c | 228 const int16x4_t cf16 = vld1_s16(coef); \
|