Searched refs:vdupq_n_u8 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/crypto/aes/arch/arm/
H A Daes_neon.c254 prk ^= vextq_u8(vdupq_n_u8(0), prk, 12);
255 prk ^= vextq_u8(vdupq_n_u8(0), prk, 8);
272 prk ^= vextq_u8(*rcon_rot, vdupq_n_u8(0), 15);
287 uint8x16_t y = vdupq_n_u8(0);
311 uint8x16_t y = vdupq_n_u8(0);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c770 const uint8x16_t repl_nl = vdupq_n_u8 ('\n');
771 const uint8x16_t repl_cr = vdupq_n_u8 ('\r');
772 const uint8x16_t repl_bs = vdupq_n_u8 ('\\');
773 const uint8x16_t repl_qm = vdupq_n_u8 ('?');
857 const uint8x16_t repl_nl = vdupq_n_u8 ('\n');
858 const uint8x16_t repl_cr = vdupq_n_u8 ('\r');
859 const uint8x16_t repl_bs = vdupq_n_u8 ('\\');
860 const uint8x16_t repl_qm = vdupq_n_u8 ('?');
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc770 const uint8x16_t repl_nl = vdupq_n_u8 ('\n');
771 const uint8x16_t repl_cr = vdupq_n_u8 ('\r');
772 const uint8x16_t repl_bs = vdupq_n_u8 ('\\');
773 const uint8x16_t repl_qm = vdupq_n_u8 ('?');
857 const uint8x16_t repl_nl = vdupq_n_u8 ('\n');
858 const uint8x16_t repl_cr = vdupq_n_u8 ('\r');
859 const uint8x16_t repl_bs = vdupq_n_u8 ('\\');
860 const uint8x16_t repl_qm = vdupq_n_u8 ('?');
/netbsd-current/sys/crypto/arch/arm/
H A Darm_neon.h139 vdupq_n_u8(uint8_t __x) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Darm_neon.h15666 vdupq_n_u8 (uint8_t __a) function
18372 return vdupq_n_u8 (*__a);
22677 return vdupq_n_u8 (__a);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Darm_neon.h13599 vdupq_n_u8 (uint8_t __a) function
15956 return vdupq_n_u8 (*__a);
19713 return vdupq_n_u8 (__a);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_neon.h6791 vdupq_n_u8 (uint8_t __a) function
6949 return vdupq_n_u8 (__a);
H A Darm_mve.h624 #define vdupq_n_u8(__a) __arm_vdupq_n_u8(__a) macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_neon.h6751 vdupq_n_u8 (uint8_t __a) function
H A Darm_mve.h624 #define vdupq_n_u8(__a) __arm_vdupq_n_u8(__a) macro
[all...]

Completed in 731 milliseconds