Home
last modified time | relevance | path

Searched refs:a3 (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/bionic/libc/arch-mips/string/
Dmemcpy.S341 PTR_SUBU a3, zero, a0
343 andi a3,a3,(NSIZE-1) /* copy a3 bytes to align a0/a1 */
344 beq a3,zero,L(aligned) /* if a3=0, it is already aligned */
345 PTR_SUBU a2,a2,a3 /* a2 is the remining bytes count */
348 PTR_ADDU a1,a1,a3
350 PTR_ADDU a0,a0,a3
373 lb a3, 6(a1)
374 sb a3, 6(a0)
376 lb a3, 5(a1)
377 sb a3, 5(a0)
[all …]
Dmemset.S228 PTR_SUBU a3,zero,a0
263 andi t2,a3,(NSIZE-1) /* word-unaligned address? */
312 andi t2,a3,4
327 PTR_SUBU a3,a2,t8 /* subtract from a2 the reminder */
328 PTR_ADDU a3,a0,a3 /* Now a3 is the final dst after loop */
378 bne a0,a3,L(loop16w)
408 PTR_SUBU a3,t8,a2 /* a3 is count of bytes in one (d)word chunks */
409 PTR_ADDU a3,a0,a3 /* a3 is the dst address after loop */
414 bne a0,a3,L(wordCopy_loop)
420 PTR_ADDU a3,a0,a2 /* a3 is the last dst address */
[all …]
/bionic/libc/arch-mips/bionic/
Dsyscall.S43 move a2, a3
44 lw a3, 16(sp)
52 bnez a3, 1f
Dvfork.S43 li a3, 0
49 bnez a3, 1f
/bionic/libc/arch-mips64/bionic/
Dsyscall.S45 move a2, a3
47 REG_L a3, FRAMESZ+4*REGSZ(sp)
53 move a3, a4
59 bnez a3, 1f
Dvfork.S52 move a3, $0
64 bnez a3, 1f
/bionic/libc/arch-mips/syscalls/
Dsetrlimit.S10 bnez a3, 1f
Dswapon.S10 bnez a3, 1f
Dsymlinkat.S10 bnez a3, 1f
Dsync.S10 bnez a3, 1f
Dgetpgid.S10 bnez a3, 1f
Dgetresgid.S10 bnez a3, 1f
Dgetresuid.S10 bnez a3, 1f
Dgetrlimit.S10 bnez a3, 1f
Dgetsid.S10 bnez a3, 1f
Dgetsockname.S10 bnez a3, 1f
Dsetgroups.S10 bnez a3, 1f
Dsethostname.S10 bnez a3, 1f
Dsetitimer.S10 bnez a3, 1f
Dsetns.S10 bnez a3, 1f
Dsetpgid.S10 bnez a3, 1f
Dsetpriority.S10 bnez a3, 1f
Dsetregid.S10 bnez a3, 1f
Dsetresgid.S10 bnez a3, 1f
Dsetresuid.S10 bnez a3, 1f

12345678910>>...17