Searched refs:vld1_lane_s32 (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_blk_neon.c | 32 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() 99 d28 = vld1_lane_s32((const int32_t *)dst0, d28, 0); in idct_dequant_full_2x_neon() 101 d28 = vld1_lane_s32((const int32_t *)dst1, d28, 1); in idct_dequant_full_2x_neon() 103 d29 = vld1_lane_s32((const int32_t *)dst0, d29, 0); in idct_dequant_full_2x_neon() 105 d29 = vld1_lane_s32((const int32_t *)dst1, d29, 1); in idct_dequant_full_2x_neon() 108 d30 = vld1_lane_s32((const int32_t *)dst0, d30, 0); in idct_dequant_full_2x_neon() 110 d30 = vld1_lane_s32((const int32_t *)dst1, d30, 1); in idct_dequant_full_2x_neon() [all …]
|
D | dequant_idct_neon.c | 48 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/ |
D | aarch64-neon-ranges.c | 42 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/ |
D | quantized_resize_bilinear_op.cc | 170 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/ |
D | aarch64-neon-ldst-one.c | 2039 return vld1_lane_s32(a, b, 1); in test_vld1_lane_s32()
|
D | arm_neon_intrinsics.c | 4772 return vld1_lane_s32(a, b, 1); in test_vld1_lane_s32()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8_3x3_filter.h | 57 vreinterpret_s8_s32(vld1_lane_s32(reinterpret_cast<const int32*>(src), \
|
D | depthwiseconv_uint8_transitional.h | 76 vld1_lane_s32(reinterpret_cast<const int32*>(src), reg, lane_num)
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1268 _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);
|