Searched refs:uint8x16x2_t (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/crypto/aes/arch/arm/
H A Daes_neon_impl.h45 uint8x16x2_t aes_neon_enc2(const struct aesenc *, uint8x16x2_t, unsigned);
46 uint8x16x2_t aes_neon_dec2(const struct aesdec *, uint8x16x2_t, unsigned);
50 static inline uint8x16x2_t
51 aes_neon_enc2(const struct aesenc *enc, uint8x16x2_t b2, unsigned nrounds)
54 return (uint8x16x2_t) { .val = {
60 static inline uint8x16x2_t
61 aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t b2, unsigned nrounds)
64 return (uint8x16x2_t) {
[all...]
H A Daes_neon_subr.c123 uint8x16x2_t b2;
224 uint8x16x2_t b2;
261 uint8x16x2_t b2;
307 uint8x16x2_t b2;
342 uint8x16x2_t b2;
H A Daes_neon.c594 uint8x16x2_t
595 aes_neon_enc2(const struct aesenc *enc, uint8x16x2_t x, unsigned nrounds)
641 return (uint8x16x2_t) { .val = {
686 uint8x16x2_t
687 aes_neon_dec2(const struct aesdec *dec, uint8x16x2_t x, unsigned nrounds)
736 return (uint8x16x2_t) { .val = {
/netbsd-current/sys/crypto/arch/arm/
H A Darm_neon.h46 typedef struct { uint8x16_t val[2]; } uint8x16x2_t; typedef in typeref:struct:__anon5
60 typedef struct { uint8x16_t val[2]; } uint8x16x2_t; typedef in typeref:struct:__anon7
93 typedef struct { uint8x16_t val[2]; } uint8x16x2_t; typedef in typeref:struct:__anon9
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve_types.h57 typedef struct { uint8x16_t val[2]; } uint8x16x2_t; typedef in typeref:struct:__anon181
H A Darm_neon.h157 typedef struct uint8x16x2_t struct
160 } uint8x16x2_t; typedef in typeref:struct:uint8x16x2_t
9548 __extension__ extern __inline uint8x16x2_t
9552 uint8x16x2_t __rv;
9854 __extension__ extern __inline uint8x16x2_t
9858 uint8x16x2_t __rv;
10160 __extension__ extern __inline uint8x16x2_t
10164 uint8x16x2_t __rv;
11382 __extension__ extern __inline uint8x16x2_t
11386 union { uint8x16x2_t __
[all...]
H A Darm_mve.h16189 __arm_vst2q_u8 (uint8_t * __addr, uint8x16x2_t __value)
16191 union { uint8x16x2_t __i; __builtin_neon_oi __o; } __rv;
16219 __extension__ extern __inline uint8x16x2_t
16223 union { uint8x16x2_t __i; __builtin_neon_oi __o; } __rv;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Darm_neon.h154 typedef struct uint8x16x2_t struct
157 } uint8x16x2_t; typedef in typeref:struct:uint8x16x2_t
10920 __ST2_LANE_FUNC (uint8x8x2_t, uint8x16x2_t, uint8_t, v8qi, v16qi, qi, u8,
10951 __ST2Q_LANE_FUNC (uint8x16x2_t, uint8_t, v16qi, qi, u8)
11451 uint8x16x2_t __temp;
11502 uint8x16x2_t __temp;
17722 __extension__ extern __inline uint8x16x2_t
17726 uint8x16x2_t ret;
18850 __extension__ extern __inline uint8x16x2_t
18854 uint8x16x2_t re
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Darm_neon.h8729 vst2q_lane_u8 (uint8_t *__ptr, uint8x16x2_t __val, const int __lane)
9431 uint8x16x2_t __temp;
9463 uint8x16x2_t __temp;
15437 __extension__ extern __inline uint8x16x2_t
16337 __extension__ extern __inline uint8x16x2_t
16960 __extension__ extern __inline uint8x16x2_t
17553 __extension__ extern __inline uint8x16x2_t
17555 vld2q_lane_u8 (const uint8_t * __ptr, uint8x16x2_t __b, const int __c)
22137 vqtbl2_u8 (uint8x16x2_t __tab, uint8x8_t __idx)
22158 vqtbl2q_u8 (uint8x16x2_t __ta
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_neon.h157 typedef struct uint8x16x2_t struct
160 } uint8x16x2_t; typedef in typeref:struct:uint8x16x2_t
9598 __extension__ extern __inline uint8x16x2_t
9602 uint8x16x2_t __rv;
9904 __extension__ extern __inline uint8x16x2_t
9908 uint8x16x2_t __rv;
10210 __extension__ extern __inline uint8x16x2_t
10214 uint8x16x2_t __rv;
11432 __extension__ extern __inline uint8x16x2_t
11436 union { uint8x16x2_t __
[all...]
H A Darm_mve.h16195 __arm_vst2q_u8 (uint8_t * __addr, uint8x16x2_t __value)
16197 union { uint8x16x2_t __i; __builtin_neon_oi __o; } __rv;
16225 __extension__ extern __inline uint8x16x2_t
16229 union { uint8x16x2_t __i; __builtin_neon_oi __o; } __rv;
[all...]

Completed in 734 milliseconds