Home
last modified time | relevance | path

Searched refs:vst1_s32 (Results 1 – 16 of 16) sorted by relevance

/external/libhevc/common/arm/
Dihevc_resi_trans_neon_32x32.c297 vst1_s32(pi4_temp, vget_low_s32(val_8.val[0])); /*Value 0*/ in ihevc_resi_trans_32x32_neon()
298 vst1_s32(pi4_temp + 256, vget_high_s32(val_8.val[0])); /*Value 8*/ in ihevc_resi_trans_32x32_neon()
299 vst1_s32(pi4_temp + 512, vget_low_s32(val_8.val[1])); /*Value 16*/ in ihevc_resi_trans_32x32_neon()
300 vst1_s32(pi4_temp + 768, vget_high_s32(val_8.val[1])); /*Value 24*/ in ihevc_resi_trans_32x32_neon()
365 vst1_s32(pi4_temp + 128, vget_low_s32(val_4.val[0])); /*Value 4*/ in ihevc_resi_trans_32x32_neon()
366 vst1_s32(pi4_temp + 384, vget_high_s32(val_4.val[0])); /*Value 12*/ in ihevc_resi_trans_32x32_neon()
367 vst1_s32(pi4_temp + 640, vget_low_s32(val_4.val[1])); /*Value 20*/ in ihevc_resi_trans_32x32_neon()
368 vst1_s32(pi4_temp + 896, vget_high_s32(val_4.val[1])); /*Value 28*/ in ihevc_resi_trans_32x32_neon()
450 vst1_s32(pi4_temp + 64, vget_low_s32(val_2.val[0])); /*Value 2*/ in ihevc_resi_trans_32x32_neon()
451 vst1_s32(pi4_temp + 192, vget_high_s32(val_2.val[0])); /*Value 6*/ in ihevc_resi_trans_32x32_neon()
[all …]
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding_neon.c86 vst1_s32(&matrix_product[matrix_prod_index], sum_32x2); in WebRtcIsacfix_MatrixProduct1Neon()
128 vst1_s32(&matrix_product[matrix_prod_index], sum_32x2); in WebRtcIsacfix_MatrixProduct1Neon()
214 vst1_s32(&matrix_product[matrix_prod_index], sum_32x2); in WebRtcIsacfix_MatrixProduct2Neon()
Dlattice_neon.c163 vst1_s32(ptr2, ptr2v_tail); in WebRtcIsacfix_FilterMaLoopNeon()
172 vst1_s32(ptr1, ptr1v_tail); in WebRtcIsacfix_FilterMaLoopNeon()
/external/clang/test/Sema/
Darm-neon-types.c35 return vst1_s32(p, v); // expected-warning {{incompatible pointer types}} in test6()
/external/llvm-project/clang/test/Sema/
Darm-neon-types.c35 return vst1_s32(p, v); // expected-warning {{incompatible pointer types}} in test6()
/external/gemmlowp/internal/
Dpack_neon.h315 vst1_s32(sums_ptr, sum); in Pack()
376 vst1_s32(sums_ptr, sum); in Pack()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c173 vst1_s32(pi4_hsad, d01); in hadamard_sad4x4_4()
180 vst1_s32(pi4_hsad, d23); in hadamard_sad4x4_4()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv.h468 vst1_s32(acc_buffer_ptr, acc);
526 vst1_s32(acc_buffer_ptr, acc);
1308 vst1_s32(acc_buffer_ptr, acc);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8.h472 vst1_s32(acc_buffer_ptr, acc);
532 vst1_s32(acc_buffer_ptr, acc);
1350 vst1_s32(acc_buffer_ptr, acc);
/external/libgav1/libgav1/src/dsp/arm/
Dcommon_neon.h140 vst1_s32(r.i32, val);
/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils_test.cc882 vst1_s32(rets, ret); in TestComputeLerp32x2()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c10877 vst1_s32(a, b); in test_vst1_s32()
Darm_neon_intrinsics.c15642 vst1_s32(a, b); in test_vst1_s32()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c18121 vst1_s32(a, b); in test_vst1_s32()
Daarch64-neon-intrinsics.c11705 vst1_s32(a, b); in test_vst1_s32()
/external/neon_2_sse/
DNEON_2_SSE.h1319 _NEON2SSESTORAGE void vst1_s32(__transfersize(2) int32_t * ptr, int32x2_t val); // VST1.32 {d0}, [r…
9660 _NEON2SSESTORAGE void vst1_s32(__transfersize(2) int32_t * ptr, int32x2_t val); // VST1.32 {d0}, [r…
9661 #define vst1_s32(ptr,val) vst1_u32((uint32_t*)ptr,val) macro