Searched refs:x8 (Results 1 – 10 of 10) 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 131 x8 = j8; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 146 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 157 x8 = PLUS(x8,j8); in chacha_encrypt_bytes() 175 x8 = XOR(x8,U8TO32_LITTLE(m + 32)); in chacha_encrypt_bytes() 199 U32TO8_LITTLE(c + 32,x8); in chacha_encrypt_bytes()
|
/bionic/libc/private/ |
D | bionic_inline_raise.h | 61 register long x8 __asm__("x8") = __NR_rt_tgsigqueueinfo; 62 __asm__("svc #0" : "=r"(x0) : "r"(x0), "r"(x1), "r"(x2), "r"(x3), "r"(x8) : "memory");
|
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 33 mov x8, x0
|
D | __bionic_clone.S | 38 mov x8, __NR_clone
|
D | vfork.S | 72 mov x8, __NR_clone
|
/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/oryon/ |
D | memset-nt.S | 46 #define dst x8
|
D | memcpy-nt.S | 26 #define B_l x8
|
/bionic/docs/ |
D | libc_assembler.md | 79 L1 Data 32K (x8) 80 L1 Instruction 32K (x8)
|
D | fdsan.md | 170 x8 00000000000000f0 x9 0000000000000000 x10 0000000000000059 x11 0000000000000035 211 x8 00000000000000f0 x9 0000000000000000 x10 0000000000000059 x11 0000000000000039
|