Home
last modified time | relevance | path

Searched refs:x0 (Results 1 – 25 of 29) sorted by relevance

12

/bionic/libc/arch-arm64/bionic/
Dsetjmp.S121 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 …]
Dvfork.S48 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
Dsyscall.S33 mov x8, x0
35 mov x0, x1
44 cmn x0, #(MAX_ERRNO + 1)
45 cneg x0, x0, hi
D__bionic_clone.S42 cbz x0, .L_bc_child
45 cmn x0, #(MAX_ERRNO + 1)
46 cneg x0, x0, hi
D_exit_with_stack_teardown.S37 mov x0, #0
/bionic/linker/arch/arm64/
Dtlsdesc_resolver.S38 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 …]
Dbegin.S35 mov x0, sp
39 br x0
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhexnan.c54 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) {
Dsmisc.c181 ULong *x, *x0, x1, x2; local
195 x0 = x;
197 while(x > x0)
Dgdtoa.c43 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/
Db_tgamma.c95 #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/
Dbionic_inline_raise.h57 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/
Dchacha_private.h91 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/
Dlrint.S21 fcvtzs x0, d0
27 fcvtzs x0, s0
/bionic/libc/arch-arm64/default/bionic/
Dstrnlen.S36 #define srcin x0
37 #define len x0
Dmemchr.S40 #define srcin x0
44 #define result x0
Dstrcmp.S42 #define src1 x0
44 #define result x0
Dstrchr.S40 #define srcin x0
43 #define result x0
Dstrlen.S39 #define srcin x0
40 #define len x0
Dstrncmp.S40 #define src1 x0
43 #define result x0
/bionic/libc/kernel/uapi/linux/dvb/
Dosd.h48 int x0; member
/bionic/libc/arch-arm64/generic/bionic/
Dstring_copy.S70 #define dst x0
72 #define dstin x0
Dmemmove.S63 #define dstin x0
Dmemcmp.S39 #define src1 x0
Dmemcpy_base.S63 #define dstin x0

12