Searched refs:x7 (Results 1 – 12 of 12) 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 130 x7 = j7; in chacha_encrypt_bytes() 143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 156 x7 = PLUS(x7,j7); in chacha_encrypt_bytes() 174 x7 = XOR(x7,U8TO32_LITTLE(m + 28)); in chacha_encrypt_bytes() 198 U32TO8_LITTLE(c + 28,x7); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | strlen.S | 46 #define tmp1 x7
|
D | memcmp.S | 48 #define endloop x7
|
D | strnlen.S | 46 #define has_nul2 x7
|
D | strcmp.S | 52 #define tmp1 x7
|
D | strncmp.S | 52 #define syndrome x7
|
D | memcpy_base.S | 46 #define A_l x7
|
D | string_copy.S | 87 #define tmp1 x7
|
D | memset.S | 62 #define A_l x7
|
D | memmove.S | 53 #define A_l x7
|
/bionic/libc/arch-arm64/denver64/bionic/ |
D | memcpy_base.S | 47 #define A_l x7
|
D | memset.S | 59 #define A_l x7
|