Searched refs:x11 (Results 1 – 4 of 4) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | chacha_private.h | 108 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 151 x11 = j11; in chacha_encrypt_bytes() 160 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 162 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes() 177 x11 = PLUS(x11,j11); in chacha_encrypt_bytes() 195 x11 = XOR(x11,U8TO32_LITTLE(m + 44)); in chacha_encrypt_bytes() 219 U32TO8_LITTLE(c + 44,x11); in chacha_encrypt_bytes()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/aarch64/ |
D | strrchr.S | 57 #define chr_match x11
|
D | memcpy.S | 33 #define C_h x11
|
D | strncmp.S | 59 #define zeroones x11
|