Searched refs:x3 (Results 1 – 22 of 22) sorted by relevance
/bionic/libc/arch-mips/string/ |
D | memcmp.c | 158 reg_t x2 = a[2].uli, x3 = a[3].uli; in unaligned_words() local 166 if (x3 != y3) in unaligned_words() 167 return do_by_bitfields (x3, y3); in unaligned_words() 170 x2 = a[6].uli; x3 = a[7].uli; in unaligned_words() 178 if (x3 != y3) in unaligned_words() 179 return do_by_bitfields (x3, y3); in unaligned_words() 187 reg_t x2 = a[2].uli, x3 = a[3].uli; in unaligned_words() local 195 if (x3 != y3) in unaligned_words() 196 return do_by_bitfields (x3, y3); in unaligned_words() 246 reg_t x0 = a[0], x1 = a[1], x2 = a[2], x3 = a[3]; in aligned_words() local [all …]
|
D | memcpy.c | 247 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; in aligned_words() local 252 a[3] = x3; in aligned_words() 267 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; in aligned_words() 271 a[3] = x3; in aligned_words()
|
D | memmove.c | 285 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; \ 290 a[3] = x3; \ 299 reg_t x0 = b[0], x1 = b[1], x2 = b[2], x3 = b[3]; \ 303 a[3] = x3; \
|
/bionic/libc/arch-arm64/bionic/ |
D | syscall.S | 37 mov x2, x3 38 mov x3, x4
|
D | setjmp.S | 77 eor x3, x3, \reg 160 and x3, x18, #SCS_MASK 171 stp x3, x19, [x0, #(_JB_SCS_X19 * 8)] 259 ldp x3, x19, [x0, #(_JB_SCS_X19 * 8)] 265 orr x18, x3, x18
|
D | vfork.S | 44 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/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/generic/bionic/ |
D | __memcpy_chk.S | 32 cmp x2, x3
|
D | memmove.S | 66 #define srcend x3
|
D | strnlen.S | 42 #define data1 x3
|
D | memcmp.S | 45 #define data1 x3
|
D | memchr.S | 46 #define src x3
|
D | strcmp.S | 49 #define data2 x3
|
D | string_copy.S | 80 #define data1 x3
|
D | strchr.S | 46 #define tmp1 x3
|
D | memcpy_base.S | 66 #define dst x3
|
D | strlen.S | 45 #define data2 x3
|
D | memset.S | 77 #define dst x3
|
D | strncmp.S | 46 #define data1 x3
|
/bionic/linker/arch/arm64/ |
D | tlsdesc_resolver.S | 125 SAVE_GPR_PAIR(x3, x4, 4) 180 RESTORE_REG_PAIR(x3, x4, 4)
|
/bionic/docs/ |
D | fdsan.md | 164 x0 0000000000000000 x1 00000000000063f5 x2 0000000000000023 x3 0000007bf14de338 205 x0 0000000000000000 x1 00000000000064b6 x2 0000000000000023 x3 0000006fef901338
|