Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/arch-sh/bionic/
Dmemcpy.S79 add #-1,REG_LEN
81 add #1,REG_DST
92 add #-2,REG_LEN /* len -= 2; */
94 add #2,REG_DST /* } */
104 add #-4,REG_LEN /* len -= 4; */
108 add #4,REG_DST /* } */
126 add #-1,REG_LEN
128 add #1,REG_DST
138 add #-2,REG_LEN /* len -= 2; */
142 add #2,REG_DST /* } */
[all …]
Dsetjmp.S61 add #4, r6 /* old = &sigmask */
69 add #(_JBLEN * 4), r4
86 add #((_JBLEN - 10) * 4), r4
99 add #-4, r4 /* skip signal mask */
119 add #4, r5 /* new = &sigmask */
127 add #8, r4
159 add #1, r0
Dsigsetjmp.S56 add #4, r6 /* old = &sigmask */
65 add #(_JBLEN * 4), r4
82 add #((_JBLEN - 10) * 4), r4
95 add #-4, r4 /* skip signal mask */
126 add #4, r4
158 add #1, r0
D_setjmp.S54 add #(_JBLEN * 4), r4
70 add #((_JBLEN - 10) * 4), r4
89 add #8, r4
121 add #1, r0
Dmemset.S64 add REG_DST,REG_LEN
66 add #1,REG_DST
99 add #16,REG_TMP1 /* REG_TMP1 = dst+16; */
157 add #-1,r0
210 add REG_LEN,REG_PTR /* REG_PTR = dst + len; */
237 add #4,REG_DST
264 add #1,REG_TMP1
268 add #1,REG_DST
274 add #2,REG_DST
Dpipe.S55 add #4, r4
/bionic/libc/arch-arm/bionic/
D_setjmp.S59 add r1, r0, #(_JB_CORE_BASE * 4)
64 add r1, r0, #(_JB_FLOAT_BASE * 4)
85 add r2, r0, #(_JB_FLOAT_BASE * 4)
93 add r2, r0, #(_JB_CORE_BASE * 4)
Dsetjmp.S68 add r1, r0, #(_JB_CORE_BASE * 4)
73 add r1, r0, #(_JB_FLOAT_BASE * 4)
103 add sp, sp, #4 /* unalign the stack */
108 add r2, r0, #(_JB_FLOAT_BASE * 4)
116 add r2, r0, #(_JB_CORE_BASE * 4)
Dmemcpy.S110 add r2, r2, #64
121 add r2, r2, #32
266 add r12, r12, #64
280 add r2, r2, #32
470 add r2, r2, #32
504 add sp, sp, #28
Dmemset.S103 2: add r2, r2, #32
/bionic/libc/arch-x86/string/
Dssse3-strcmp.S164 add $8, %edx
165 add $8, %eax
196 add $16, %eax
197 add $16, %edx
293 add $16, %ecx
330 add $16, %edi
352 add $16, %ecx
355 add $16, %edi
376 add $16, %ecx
436 add $16, %edi
[all …]
Dssse3-memcpy5.S170 add %ecx, %eax
185 add %ecx, %edx
186 add %ecx, %eax
201 add $16, %edx
204 add %edi, %ecx
212 add $_GLOBAL_OFFSET_TABLE_, %ebx
267 add %ecx, %edi
268 add %edi, %edx
269 add %edi, %eax
280 add $_GLOBAL_OFFSET_TABLE_, %ebx
[all …]
Dssse3-memcmp3.S107 add %ecx, %edx
108 add %ecx, %eax
149 add %edx, %ecx
203 add $32, %edi
204 add $32, %esi
243 add $32, %ecx
325 add $32, %ecx
408 add $32, %ecx
491 add $32, %ecx
574 add $32, %ecx
[all …]
Dsse2-memset5-atom.S109 add $(TABLE - .), %ebx; \
112 add (%ebx,%ecx,4), %ebx; \
113 add %ecx, %edx; \
135 add %ecx, %edx; \
298 add $16, %edx
300 add %eax, %ecx
319 add $_GLOBAL_OFFSET_TABLE_, %ebx
336 add $_GLOBAL_OFFSET_TABLE_, %ebx
389 add $128, %edx
411 add $0x80, %edx
[all …]
/bionic/libc/
DREADME15 add features to it as we need them, and we try to keep things as simple and small
26 stubs from the list defined in the file SYSCALLS.TXT. You can thus add a new syscall
30 - add a new line describing your syscall, it should look like:
DCAVEATS2 of the POSIX standard. we only add functions on a as-needed basis, and there are a few things
/bionic/libc/kernel/tools/
Dutils.py303 self.old_files.add(path)
310 self.old_files.add(dst)
329 self.new_files.add(dst)
340 adds.add(dst)
342 edits.add(dst)
346 deletes.add(dst)
Dkernel.py84 self.files.add(from_file)
101 self.headers[header].add(from_file)
258 needed[path].add(user)
267 self.needed[header].add(user)
/bionic/libc/kernel/common/linux/
Dsysdev.h39 int (*add)(struct sys_device *); member
Ddevice.h158 int (*add) (struct class_device *, struct class_interface *); member
/bionic/libdl/arch-sh/
Dsobegin.S42 add #4, r8
/bionic/libc/kernel/
DREADME.TXT64 and 'update_all.py' will automatically issue "p4 add/edit/delete" commands
73 add bionic/kernel/common and bionic/kernel/arch-<yourarch> to your C
84 - add a new item to the 'kernel_archs' list of supported architectures
86 - add a proper definition for 'kernel_known_<arch>_statics' with
92 then, add the new architecture-specific headers to original/asm-<arch>.
111 for any new kernel header you want to add, first run tools/find_headers.py to be
112 sure that it is really needed by the Android sources. then add it to
182 4. add a standard disclaimer:
/bionic/libc/docs/
DCHANGES.TXT27 - <unistd.h>: add missing declaration for truncate(). The implementation
59 - <inttypes.h>: add missing declarations for strntoimax abd strntoumax.
61 - <stdlib.h>: add missing declarations for drand48() and erand48().
68 - <sys/select.h>: add missing declaration for pselect()
131 - add clone() implementation for ARM (x86 and SH-4 not working yet).
153 - add sigaltstack() implementation for ARM.
/bionic/libc/arch-sh/include/machine/
Dasm.h161 add r0, r12
/bionic/libc/kernel/common/linux/mtd/
Dmtd.h143 void (*add)(struct mtd_info *mtd); member

12