Home
last modified time | relevance | path

Searched refs:vmovl_s32 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1469 const int64x2_t lhs_low = vmovl_s32(vget_low_s32(lhs)); in MulAdd()
1470 const int64x2_t lhs_high = vmovl_s32(vget_high_s32(lhs)); in MulAdd()
1476 const int64x2_t rhs_low = vmovl_s32(vget_low_s32(rhs)); in MulAdd()
1477 const int64x2_t rhs_high = vmovl_s32(vget_high_s32(rhs)); in MulAdd()
1486 result.val[0] = vaddq_s64(vmovl_s32(vget_low_s32(acc)), mul_0); in MulAdd()
1487 result.val[1] = vaddq_s64(vmovl_s32(vget_high_s32(acc)), mul_1); in MulAdd()
/external/pffft/
Dsse2neon.h4508 int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ in _mm_cvtepi8_epi64()
4526 int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ in _mm_cvtepi16_epi64()
4561 vmovl_s32(vget_low_s32(vreinterpretq_s32_m128i(a)))); in _mm_cvtepi32_epi64()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c6387 return vmovl_s32(a); in test_vmovl_s32()
Darm_neon_intrinsics.c7971 return vmovl_s32(a); in test_vmovl_s32()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c9842 return vmovl_s32(a); in test_vmovl_s32()
Daarch64-neon-intrinsics.c7044 return vmovl_s32(a); in test_vmovl_s32()
/external/neon_2_sse/
DNEON_2_SSE.h1802 _NEON2SSESTORAGE int64x2_t vmovl_s32(int32x2_t a); // VMOVL.S32 q0,d0
12939 _NEON2SSESTORAGE int64x2_t vmovl_s32(int32x2_t a); // VMOVL.S32 q0,d0
12940 _NEON2SSE_INLINE int64x2_t vmovl_s32(int32x2_t a) in vmovl_s32() function