Searched refs:x7 (Results 1 – 14 of 14) 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/linker/arch/arm64/ |
D | tlsdesc_resolver.S | 127 SAVE_GPR_PAIR(x7, x8, 8) 178 RESTORE_REG_PAIR(x7, x8, 8)
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memmove.S | 70 #define A_h x7
|
D | strnlen.S | 46 #define has_nul2 x7
|
D | memcmp.S | 51 #define tmp1 x7
|
D | strcmp.S | 54 #define tmp1 x7
|
D | string_copy.S | 87 #define tmp1 x7
|
D | memcpy_base.S | 71 #define A_h x7
|
D | strlen.S | 51 #define tmp4 x7
|
D | memset.S | 83 #define zva_len x7
|
D | strncmp.S | 52 #define syndrome x7
|
/bionic/libc/arch-mips/string/ |
D | memcpy.c | 248 reg_t x4 = b[4], x5 = b[5], x6 = b[6], x7 = b[7]; in aligned_words() local 256 a[7] = x7; in aligned_words()
|
D | memmove.c | 286 reg_t x4 = b[4], x5 = b[5], x6 = b[6], x7 = b[7]; \ 294 a[7] = x7; \
|
/bionic/docs/ |
D | fdsan.md | 165 x4 0000007bf14de3b8 x5 3463643531666237 x6 3463643531666237 x7 3834346364353166 206 x4 0000006fef9013b8 x5 3466663966656636 x6 3466663966656636 x7 3834346666396665
|