Searched refs:x15 (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 138 x15 = j15; in chacha_encrypt_bytes() 143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 144 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes() 164 x15 = PLUS(x15,j15); in chacha_encrypt_bytes() 182 x15 = XOR(x15,U8TO32_LITTLE(m + 60)); in chacha_encrypt_bytes() 206 U32TO8_LITTLE(c + 60,x15); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strncmp.S | 60 #define endloop x15
|