Searched refs:x3 (Results 1 – 18 of 18) sorted by relevance
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 37 mov x2, x3 38 mov x3, x4
|
D | vfork.S | 37 mov x3, xzr
|
/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/denver64/bionic/ |
D | memcpy.S | 35 cmp x2, x3
|
D | memcpy_base.S | 39 #define tmp1 x3
|
D | memset.S | 51 #define tmp1 x3
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memcpy.S | 35 cmp x2, x3
|
D | strlen.S | 42 #define data2 x3
|
D | memcmp.S | 42 #define data1 x3
|
D | strcmp.S | 47 #define data2 x3
|
D | strnlen.S | 42 #define data1 x3
|
D | memchr.S | 47 #define src x3
|
D | strchr.S | 47 #define tmp1 x3
|
D | memcpy_base.S | 38 #define tmp1 x3
|
D | strncmp.S | 46 #define data1 x3
|
D | string_copy.S | 80 #define data1 x3
|
D | memset.S | 54 #define tmp1 x3
|
D | memmove.S | 45 #define tmp1 x3
|