Home
last modified time | relevance | path

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

12345678910>>...17

/bionic/libc/arch-mips/string/
Dmemcpy.S91 negu a3,a0
93 andi a3,a3,0x3 # we need to copy a3 bytes to make a0/a1 aligned
94 beq a3,zero,.Lchk16w # when a3=0 then the dst (a0) is word-aligned
95 subu a2,a2,a3 # now a2 is the remining bytes count
98 addu a1,a1,a3
100 addu a0,a0,a3
109 subu a3,a2,t8 # subtract from a2 the reminder
110 # Here a3 counts bytes in 16w chunks
111 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
345 bne a0,a3,.Lua_loop16w
[all …]
/bionic/libc/arch-mips64/string/
Dmemcpy.S91 negu a3,a0
93 andi a3,a3,0x3 # we need to copy a3 bytes to make a0/a1 aligned
94 beq a3,zero,.Lchk16w # when a3=0 then the dst (a0) is word-aligned
95 subu a2,a2,a3 # now a2 is the remining bytes count
98 addu a1,a1,a3
100 addu a0,a0,a3
109 subu a3,a2,t8 # subtract from a2 the reminder
110 # Here a3 counts bytes in 16w chunks
111 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
345 bne a0,a3,.Lua_loop16w
[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/
D__rt_sigsuspend.S10 bnez a3, 1f
Dsetuid.S10 bnez a3, 1f
Dsendto.S10 bnez a3, 1f
Dclock_gettime.S10 bnez a3, 1f
Dmlock.S10 bnez a3, 1f
Dfsetxattr.S10 bnez a3, 1f
Dcapset.S10 bnez a3, 1f
Dshutdown.S10 bnez a3, 1f
Drecvmsg.S10 bnez a3, 1f
Dtee.S10 bnez a3, 1f
Dfchmod.S10 bnez a3, 1f
Dmincore.S10 bnez a3, 1f
Dwritev.S10 bnez a3, 1f
D__sigaction.S10 bnez a3, 1f
Dunlinkat.S10 bnez a3, 1f
Dsendmsg.S10 bnez a3, 1f
Dgetitimer.S10 bnez a3, 1f
Dtimes.S10 bnez a3, 1f
Dllistxattr.S10 bnez a3, 1f

12345678910>>...17