Searched refs:x9 (Results 1 – 11 of 11) 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 132 x9 = j9; in chacha_encrypt_bytes() 141 QUARTERROUND( x1, x5, x9,x13) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 158 x9 = PLUS(x9,j9); in chacha_encrypt_bytes() 176 x9 = XOR(x9,U8TO32_LITTLE(m + 36)); in chacha_encrypt_bytes() 200 U32TO8_LITTLE(c + 36,x9); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strlen.S | 48 #define tmp3 x9
|
D | memcmp.S | 50 #define tmp2 x9
|
D | strcmp.S | 54 #define tmp3 x9
|
D | strnlen.S | 48 #define tmp2 x9
|
D | memchr.S | 51 #define soff x9
|
D | string_copy.S | 89 #define tmp3 x9
|
D | memcpy_base.S | 48 #define B_l x9
|
D | strncmp.S | 54 #define tmp2 x9
|
D | memmove.S | 55 #define B_l x9
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy_base.S | 49 #define B_l x9
|