Home
last modified time | relevance | path

Searched refs:vst1_lane_s8 (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/internal/
Doutput_neon.h739 vst1_lane_s8(dst_ptr + 0 * row_stride, src.buf.reg[0], 0);
740 vst1_lane_s8(dst_ptr + 1 * row_stride, src.buf.reg[0], 1);
741 vst1_lane_s8(dst_ptr + 2 * row_stride, src.buf.reg[0], 2);
742 vst1_lane_s8(dst_ptr + 3 * row_stride, src.buf.reg[0], 3);
743 vst1_lane_s8(dst_ptr + 4 * row_stride, src.buf.reg[0], 4);
744 vst1_lane_s8(dst_ptr + 5 * row_stride, src.buf.reg[0], 5);
745 vst1_lane_s8(dst_ptr + 6 * row_stride, src.buf.reg[0], 6);
746 vst1_lane_s8(dst_ptr + 7 * row_stride, src.buf.reg[0], 7);
759 vst1_lane_s8(dst_ptr + 0 * row_stride + (2 * i + 0) * col_stride,
761 vst1_lane_s8(dst_ptr + 1 * row_stride + (2 * i + 0) * col_stride,
[all …]
/external/clang/test/Sema/
Daarch64-neon-ranges.c60 vst1_lane_s8(addr, small, 7); in test_ld1st1()
70 vst1_lane_s8(addr, small, 8); // expected-error {{argument should be a value from 0 to 7}} in test_ld1st1()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c81 vst1_lane_s8((int8_t *)d->eob, vreinterpret_s8_u32(eob_d32), 0); in vp8_fast_quantize_b_neon()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_custom_gemv.h257 vst1_lane_s8(dst + 0, res8, 0); in ClampAndStore()
258 vst1_lane_s8(dst + 1, res8, 1); in ClampAndStore()
259 vst1_lane_s8(dst + 2, res8, 2); in ClampAndStore()
260 vst1_lane_s8(dst + 3, res8, 3); in ClampAndStore()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc141 vst1_lane_s8(&dst_reference_offset[offset], reference_offset, idx); in Store()
/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c5478 vst1_lane_s8(a, b, 7); in test_vst1_lane_s8()
Darm_neon_intrinsics.c18351 vst1_lane_s8(a, b, 7); in test_vst1_lane_s8()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1991 vst1_lane_s8(output_data + out + 0, res8, 0); in LegacyInt8FullyConnectedAsGEMVWorkerImpl()
1992 vst1_lane_s8(output_data + out + 1, res8, 1); in LegacyInt8FullyConnectedAsGEMVWorkerImpl()
1993 vst1_lane_s8(output_data + out + 2, res8, 2); in LegacyInt8FullyConnectedAsGEMVWorkerImpl()
1994 vst1_lane_s8(output_data + out + 3, res8, 3); in LegacyInt8FullyConnectedAsGEMVWorkerImpl()
/external/neon_2_sse/
DNEON_2_SSE.h9750 _NEON2SSESTORAGE void vst1_lane_s8(__transfersize(1) int8_t * ptr, int8x8_t val, __constrange(0,7) …
9751 #define vst1_lane_s8(ptr, val, lane) vst1_lane_u8((uint8_t*)ptr, val, lane) macro