OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uint16x8_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/crypto/arch/arm/
arm_neon.h
42
typedef __Uint16x8_t
uint16x8_t
;
typedef
51
typedef __simd128_uint16_t
uint16x8_t
;
typedef
86
typedef __attribute__((neon_vector_type(8))) uint16_t
uint16x8_t
;
typedef
373
static __inline
uint16x8_t
376
return (
uint16x8_t
)__v;
381
vreinterpretq_u32_u16(
uint16x8_t
__v)
436
static __inline
uint16x8_t
437
vrev32q_u16(
uint16x8_t
__v)
440
return __builtin_shuffle(__v, (
uint16x8_t
) { 1,0, 3,2, 5,4, 7,6 });
/src/sys/crypto/chacha/arch/arm/
chacha_neon.c
50
uint16x8_t
y16, x16 = vreinterpretq_u16_u32(x);
Completed in 45 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026