Searched refs:x3 (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 126 x3 = j3; in chacha_encrypt_bytes() 143 QUARTERROUND( x3, x7,x11,x15) in chacha_encrypt_bytes() 147 QUARTERROUND( x3, x4, x9,x14) in chacha_encrypt_bytes() 152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() 170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); in chacha_encrypt_bytes() 194 U32TO8_LITTLE(c + 12,x3); in chacha_encrypt_bytes()
|
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 37 mov x2, x3 38 mov x3, x4
|
D | setjmp.S | 70 eor x3, x3, \reg 154 and x3, x18, #SCS_MASK 165 stp x3, x19, [x0, #(_JB_SCS_X19 * 8)] 251 ldp x3, x19, [x0, #(_JB_SCS_X19 * 8)] 257 orr x18, x3, x18
|
D | vfork.S | 69 mov x3, xzr
|
/bionic/libc/private/ |
D | bionic_inline_raise.h | 60 register long x3 __asm__("x3") = reinterpret_cast<long>(&info); 62 __asm__("svc #0" : "=r"(x0) : "r"(x0), "r"(x1), "r"(x2), "r"(x3), "r"(x8) : "memory");
|
/bionic/libc/arch-arm64/string/ |
D | __memcpy_chk.S | 32 cmp x2, x3
|
D | __memset_chk.S | 32 cmp x2, x3
|
/bionic/linker/arch/arm64/ |
D | tlsdesc_resolver.S | 125 SAVE_GPR_PAIR(x3, x4, 4) 180 RESTORE_REG_PAIR(x3, x4, 4)
|
/bionic/libc/arch-arm64/oryon/ |
D | memset-nt.S | 37 #define tmp1 x3
|
D | memcpy-nt.S | 20 #define dst x3
|
/bionic/docs/ |
D | fdsan.md | 168 x0 0000000000000000 x1 00000000000063f5 x2 0000000000000023 x3 0000007bf14de338 209 x0 0000000000000000 x1 00000000000064b6 x2 0000000000000023 x3 0000006fef901338
|