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

  /src/sys/crypto/arch/arm/
arm_neon.h 41 typedef __Int8x16_t int8x16_t; typedef in typeref:typename:__Int8x16_t
50 typedef __simd128_int8_t int8x16_t; typedef in typeref:typename:__simd128_int8_t
79 typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t; typedef in typeref:typename:int8_t
163 (uint32x4_t)__builtin_neon_vextq_v((int8x16_t)(__lo), \
164 (int8x16_t)(__hi), (__i), 50)
172 uint32x4_t __r = __builtin_neon_vextq_v((int8x16_t)__lo_r, \
173 (int8x16_t)__hi_r, __i, 50); \
203 return (uint8x16_t)__builtin_neon_vextv16qi((int8x16_t)__lo,
204 (int8x16_t)__hi, __i);
210 (uint8x16_t)__builtin_neon_vextq_v((int8x16_t)(__lo),
    [all...]
arm_neon.h 41 typedef __Int8x16_t int8x16_t; typedef in typeref:typename:__Int8x16_t
50 typedef __simd128_int8_t int8x16_t; typedef in typeref:typename:__simd128_int8_t
79 typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t; typedef in typeref:typename:int8_t
163 (uint32x4_t)__builtin_neon_vextq_v((int8x16_t)(__lo), \
164 (int8x16_t)(__hi), (__i), 50)
172 uint32x4_t __r = __builtin_neon_vextq_v((int8x16_t)__lo_r, \
173 (int8x16_t)__hi_r, __i, 50); \
203 return (uint8x16_t)__builtin_neon_vextv16qi((int8x16_t)__lo,
204 (int8x16_t)__hi, __i);
210 (uint8x16_t)__builtin_neon_vextq_v((int8x16_t)(__lo),
    [all...]

Completed in 46 milliseconds