Searched refs:PTR_SUBU (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/arch-mips64/bionic/ |
D | __bionic_clone.S | 46 PTR_SUBU sp, FRAMESZ # allocate stack frame 51 PTR_SUBU a1,FRAMESZ
|
D | vfork.S | 46 PTR_SUBU sp, FRAMESZ
|
D | setjmp.S | 183 PTR_SUBU sp, FRAMESZ # allocate stack frame 258 PTR_SUBU sp, FRAMESZ 270 PTR_SUBU sp, FRAMESZ
|
D | syscall.S | 39 PTR_SUBU sp, FRAMESZ # allocate stack frame
|
/bionic/libc/arch-mips/string/ |
D | memset.S | 228 PTR_SUBU a3,zero,a0 265 PTR_SUBU a2,a2,t2 301 PTR_SUBU a2,a2,t2 314 PTR_SUBU a2,a2,t2 327 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */ 338 PTR_SUBU t9,t0,PREFETCH_LIMIT /* t9 is the "last safe pref" address */ 408 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
|
D | memcpy.S | 297 PTR_SUBU t0,a0,a1 300 PTR_SUBU t0,t1,t2 341 PTR_SUBU a3, zero, a0 345 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */ 396 PTR_SUBU a2,a2,t8 430 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */ 441 PTR_SUBU t9,t0,PREFETCH_LIMIT /* t9 is the "last safe pref" address */ 575 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */ 613 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */ 632 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */ [all …]
|
/bionic/linker/arch/mips64/ |
D | begin.S | 65 PTR_SUBU t0, ra, t0 116 PTR_SUBU sp, 4*REGSZ /* space for arg saves in linker_init */
|
/bionic/libc/arch-mips/include/machine/ |
D | asm.h | 157 #define PTR_SUBU subu macro 169 #define PTR_SUBU dsubu
|
/bionic/libc/arch-mips/bionic/ |
D | setjmp.S | 183 PTR_SUBU sp, FRAMESZ # allocate stack frame 258 PTR_SUBU sp, FRAMESZ 270 PTR_SUBU sp, FRAMESZ
|