/bionic/libc/arch-arm64/bionic/ |
D | setjmp.S | 121 stp x0, x30, [sp, #-16]! 123 .cfi_rel_offset x0, 0 127 mov x0, x1 129 mov x1, x0 130 ldr x0, [sp, #0] 131 str x1, [x0, #(_JB_SIGFLAG * 8)] 143 add x2, x0, #(_JB_SIGMASK * 8) // old_mask. 151 ldp x0, x30, [sp], #16 153 .cfi_restore x0 165 stp x30, x10, [x0, #(_JB_X30_SP * 8)] [all …]
|
D | vfork.S | 48 mov x0, #(CLONE_VM | CLONE_VFORK | SIGCHLD) 57 cbz x0, .L_exit 61 cmn x0, #(MAX_ERRNO + 1) 62 cneg x0, x0, hi 66 cbz x0, .L_exit 70 stp x0, x30, [sp, #-16]! 72 .cfi_rel_offset x0, 0 75 add x0, sp, #16 78 ldp x0, x30, [sp], #16 80 .cfi_restore x0
|
D | syscall.S | 33 mov x8, x0 35 mov x0, x1 44 cmn x0, #(MAX_ERRNO + 1) 45 cneg x0, x0, hi
|
D | __bionic_clone.S | 42 cbz x0, .L_bc_child 45 cmn x0, #(MAX_ERRNO + 1) 46 cneg x0, x0, hi
|
D | _exit_with_stack_teardown.S | 37 mov x0, #0
|
/bionic/linker/arch/arm64/ |
D | tlsdesc_resolver.S | 38 ldr x0, [x0, #8] 55 ldr x0, [x0, #8] // TlsDynamicResolverArg* 56 ldr x22, [x0] // TlsDynamicResolverArg::generation 61 ldr x21, [x0, #8] // TlsIndex::module 62 ldr x22, [x0, #16] // TlsIndex::offset 65 add x0, x21, x22 66 sub x0, x0, x19 151 add x0, x0, #8 154 sub x0, x0, x1 196 ldr x19, [x0, #8] [all …]
|
D | begin.S | 35 mov x0, sp 39 br x0
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hexnan.c | 54 hexnan(sp, fpi, x0) in hexnan() argument 55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan() 57 hexnan( CONST char **sp, FPI *fpi, ULong *x0) 67 x = x0 + (nbits >> kshift); 86 if (x <= x0) { 118 if (x <= x0) 129 if (x > x0) { 130 x1 = x0; 144 if (x1 == x0) {
|
D | smisc.c | 181 ULong *x, *x0, x1, x2; local 195 x0 = x; 197 while(x > x0)
|
D | gdtoa.c | 43 ULong *be, *x, *x0; local 59 x = x0 = b->x; 66 i = x - x0; 67 while(!x0[--i])
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_tgamma.c | 95 #define x0 .461632144968362356785 /* xmin - 1 */ macro 141 } else if (x >= 1.0 + LEFT + x0) 194 if (y <= 1.0 + (LEFT + x0)) { 195 yy = ratfun_gam(y - x0, 0); 204 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) { 212 yy = ratfun_gam(y - x0, 0); 226 if (x < x0 + LEFT) { 232 t = (one-x0); t += x; 233 d = (one-x0); d -= t; d += x; 238 t = x - x0; [all …]
|
/bionic/libc/private/ |
D | bionic_inline_raise.h | 57 register long x0 __asm__("x0") = pid; 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 123 x0 = j0; in chacha_encrypt_bytes() 140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes() 144 QUARTERROUND( x0, x5,x10,x15) in chacha_encrypt_bytes() 149 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 167 x0 = XOR(x0,U8TO32_LITTLE(m + 0)); in chacha_encrypt_bytes() 191 U32TO8_LITTLE(c + 0,x0); in chacha_encrypt_bytes()
|
/bionic/libm/arm64/ |
D | lrint.S | 21 fcvtzs x0, d0 27 fcvtzs x0, s0
|
/bionic/libc/arch-arm64/default/bionic/ |
D | strnlen.S | 36 #define srcin x0 37 #define len x0
|
D | memchr.S | 40 #define srcin x0 44 #define result x0
|
D | strcmp.S | 42 #define src1 x0 44 #define result x0
|
D | strchr.S | 40 #define srcin x0 43 #define result x0
|
D | strlen.S | 39 #define srcin x0 40 #define len x0
|
D | strncmp.S | 40 #define src1 x0 43 #define result x0
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | osd.h | 48 int x0; member
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | string_copy.S | 70 #define dst x0 72 #define dstin x0
|
D | memmove.S | 63 #define dstin x0
|
D | memcmp.S | 39 #define src1 x0
|
D | memcpy_base.S | 63 #define dstin x0
|