Home
last modified time | relevance | path

Searched refs:vcreate_s8 (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dmotion_field_projection_neon.cc39 const int8x8_t kOne = vcreate_s8(0x0100010001000100); in LoadDivision()
115 const int8x8_t k01234567 = vcreate_s8(uint64_t{0x0706050403020100}); in GetPosition()
Dintrapred_directional_neon.cc86 const int8x8_t all = vcreate_s8(0x0706050403020100); in DirectionalZone1_WxH()
87 const int8x8_t even = vcreate_s8(0x0e0c0a0806040200); in DirectionalZone1_WxH()
157 const int8x8_t all = vcreate_s8(0x0706050403020100); in DirectionalZone1_WxH()
158 const int8x8_t even = vcreate_s8(0x0e0c0a0806040200); in DirectionalZone1_WxH()
/external/neon_2_sse/
DNEON_2_SSE.h1650 _NEON2SSESTORAGE int8x8_t vcreate_s8(uint64_t a); // VMOV d0,r0,r0
12132 _NEON2SSESTORAGE int8x8_t vcreate_s8(uint64_t a); // VMOV d0,r0,r0
12133 _NEON2SSE_INLINE int8x8_t vcreate_s8(uint64_t a) in vcreate_s8() function
12139 #define vcreate_s16 vcreate_s8
12142 #define vcreate_s32 vcreate_s8
12154 #define vcreate_u8 vcreate_s8
12163 #define vcreate_u64 vcreate_s8
/external/llvm-project/clang/test/CodeGen/
Darm_neon_intrinsics.c2147 return vclz_s8(vcreate_s8(a)); in test_vcreate_s8()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c2327 return vclz_s8(vcreate_s8(a)); in test_vcreate_s8()