HomeSort by: relevance | last modified time | path
    Searched defs:uint32x4_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/crypto/arch/arm/
arm_neon.h 43 typedef __Uint32x4_t uint32x4_t; typedef in typeref:typename:__Uint32x4_t
52 typedef __simd128_uint32_t uint32x4_t; typedef in typeref:typename:__simd128_uint32_t
85 typedef __attribute__((neon_vector_type(4))) uint32_t uint32x4_t; typedef in typeref:typename:uint32_t
110 static __inline uint32x4_t
111 vaddq_u32(uint32x4_t __v0, uint32x4_t __v1)
117 static __inline uint32x4_t
120 return (uint32x4_t)(__v0 < __v1);
131 static __inline uint32x4_t
134 return (uint32x4_t) { __x, __x, __x, __x }
    [all...]
arm_neon.h 43 typedef __Uint32x4_t uint32x4_t; typedef in typeref:typename:__Uint32x4_t
52 typedef __simd128_uint32_t uint32x4_t; typedef in typeref:typename:__simd128_uint32_t
85 typedef __attribute__((neon_vector_type(4))) uint32_t uint32x4_t; typedef in typeref:typename:uint32_t
110 static __inline uint32x4_t
111 vaddq_u32(uint32x4_t __v0, uint32x4_t __v1)
117 static __inline uint32x4_t
120 return (uint32x4_t)(__v0 < __v1);
131 static __inline uint32x4_t
134 return (uint32x4_t) { __x, __x, __x, __x }
    [all...]
arm_neon.h 43 typedef __Uint32x4_t uint32x4_t; typedef in typeref:typename:__Uint32x4_t
52 typedef __simd128_uint32_t uint32x4_t; typedef in typeref:typename:__simd128_uint32_t
85 typedef __attribute__((neon_vector_type(4))) uint32_t uint32x4_t; typedef in typeref:typename:uint32_t
110 static __inline uint32x4_t
111 vaddq_u32(uint32x4_t __v0, uint32x4_t __v1)
117 static __inline uint32x4_t
120 return (uint32x4_t)(__v0 < __v1);
131 static __inline uint32x4_t
134 return (uint32x4_t) { __x, __x, __x, __x }
    [all...]

Completed in 178 milliseconds