HomeSort by: relevance | last modified time | path
    Searched refs:int32x4_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/arch/arm/
arm_neon.h 39 typedef __Int32x4_t int32x4_t; typedef in typeref:typename:__Int32x4_t
48 typedef __simd128_int32_t int32x4_t; typedef in typeref:typename:__simd128_int32_t
81 typedef __attribute__((neon_vector_type(4))) int32_t int32x4_t; typedef in typeref:typename:int32_t
118 vcltq_s32(int32x4_t __v0, int32x4_t __v1)
124 static __inline int32x4_t
127 return (int32x4_t) { __x, __x, __x, __x };
237 return (uint32_t)__builtin_neon_vget_laneuv4si((int32x4_t)__v, __i);
242 (uint32_t)__builtin_neon_vgetq_lane_i32((int32x4_t)(__v), \
366 static __inline int32x4_t
    [all...]
  /src/sys/crypto/aes/arch/arm/
aes_neon_subr.c 145 const int32x4_t zero = vdupq_n_s32(0);
148 int32x4_t t, t_;

Completed in 12 milliseconds