Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/arm/neon/
Didct_blk_neon.c32 d2s32 = vld1_lane_s32((const int32_t *)dst0, d2s32, 0); in idct_dequant_0_2x_neon()
34 d2s32 = vld1_lane_s32((const int32_t *)dst0, d2s32, 1); in idct_dequant_0_2x_neon()
36 d4s32 = vld1_lane_s32((const int32_t *)dst0, d4s32, 0); in idct_dequant_0_2x_neon()
38 d4s32 = vld1_lane_s32((const int32_t *)dst0, d4s32, 1); in idct_dequant_0_2x_neon()
100 d28 = vld1_lane_s32((const int32_t *)dst0, d28, 0); in idct_dequant_full_2x_neon()
102 d28 = vld1_lane_s32((const int32_t *)dst1, d28, 1); in idct_dequant_full_2x_neon()
104 d29 = vld1_lane_s32((const int32_t *)dst0, d29, 0); in idct_dequant_full_2x_neon()
106 d29 = vld1_lane_s32((const int32_t *)dst1, d29, 1); in idct_dequant_full_2x_neon()
109 d30 = vld1_lane_s32((const int32_t *)dst0, d30, 0); in idct_dequant_full_2x_neon()
111 d30 = vld1_lane_s32((const int32_t *)dst1, d30, 1); in idct_dequant_full_2x_neon()
[all …]
Ddequant_idct_neon.c48 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0); in vp8_dequant_idct_add_neon()
50 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1); in vp8_dequant_idct_add_neon()
52 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0); in vp8_dequant_idct_add_neon()
54 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1); in vp8_dequant_idct_add_neon()
/external/clang/test/Sema/
Daarch64-neon-ranges.c42 vld1_lane_s32(addr, small, 1); in test_ld1st1()
52 vld1_lane_s32(addr, small, 2); // expected-error {{argument should be a value from 0 to 1}} in test_ld1st1()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op.cc170 vld1_lane_s32(reinterpret_cast<const int32*>(v0), ZERO_32x2, 0); in ToInt32x2()
172 vld1_lane_s32(reinterpret_cast<const int32*>(v1), ret0, 1); in ToInt32x2()
/external/clang/test/CodeGen/
Daarch64-neon-ldst-one.c2039 return vld1_lane_s32(a, b, 1); in test_vld1_lane_s32()
Darm_neon_intrinsics.c4772 return vld1_lane_s32(a, b, 1); in test_vld1_lane_s32()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_3x3_filter.h52 vld1_lane_s32(reinterpret_cast<const int32*>(src), reg, lane_num)
Ddepthwiseconv_uint8_transitional.h54 vld1_lane_s32(reinterpret_cast<const int32*>(src), reg, lane_num)
/external/neon_2_sse/
DNEON_2_SSE.h1268 _NEON2SSESTORAGE int32x2_t vld1_lane_s32(__transfersize(1) int32_t const * ptr, int32x2_t vec, __co…
9423 _NEON2SSESTORAGE int32x2_t vld1_lane_s32(__transfersize(1) int32_t const * ptr, int32x2_t vec, __co…
9424 #define vld1_lane_s32(ptr, vec, lane) vld1_lane_u32((uint32_t*)ptr, vec, lane) macro
12022 return vld1_lane_s32(&val, vec, lane);