Home
last modified time | relevance | path

Searched refs:x15 (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/machine/aarch64/
Drawmemchr.S60 mov x15, x30
61 .cfi_return_column x15
65 ret x15
Dmemcpy.S39 #define E_h x15
Dstrncmp.S67 #define neg_offset x15
/picolibc-latest/newlib/libc/stdlib/
Dchacha_private.h108 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
155 x15 = j15; in chacha_encrypt_bytes()
160 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes()
161 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes()
181 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
199 x15 = XOR(x15,U8TO32_LITTLE(m + 60)); in chacha_encrypt_bytes()
223 U32TO8_LITTLE(c + 60,x15); in chacha_encrypt_bytes()