Searched refs:a3 (Results 1 – 25 of 403) sorted by relevance
12345678910>>...17
/bionic/libc/arch-mips/string/ |
D | memcpy.S | 91 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/ |
D | memcpy.S | 91 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/ |
D | syscall.S | 43 move a2, a3 44 lw a3, 16(sp) 52 bnez a3, 1f
|
D | vfork.S | 43 li a3, 0 49 bnez a3, 1f
|
/bionic/libc/arch-mips64/bionic/ |
D | syscall.S | 45 move a2, a3 47 REG_L a3, FRAMESZ+4*REGSZ(sp) 53 move a3, a4 59 bnez a3, 1f
|
D | vfork.S | 52 move a3, $0 64 bnez a3, 1f
|
/bionic/libc/arch-mips/syscalls/ |
D | __rt_sigsuspend.S | 10 bnez a3, 1f
|
D | setuid.S | 10 bnez a3, 1f
|
D | sendto.S | 10 bnez a3, 1f
|
D | clock_gettime.S | 10 bnez a3, 1f
|
D | mlock.S | 10 bnez a3, 1f
|
D | fsetxattr.S | 10 bnez a3, 1f
|
D | capset.S | 10 bnez a3, 1f
|
D | shutdown.S | 10 bnez a3, 1f
|
D | recvmsg.S | 10 bnez a3, 1f
|
D | tee.S | 10 bnez a3, 1f
|
D | fchmod.S | 10 bnez a3, 1f
|
D | mincore.S | 10 bnez a3, 1f
|
D | writev.S | 10 bnez a3, 1f
|
D | __sigaction.S | 10 bnez a3, 1f
|
D | unlinkat.S | 10 bnez a3, 1f
|
D | sendmsg.S | 10 bnez a3, 1f
|
D | getitimer.S | 10 bnez a3, 1f
|
D | times.S | 10 bnez a3, 1f
|
D | llistxattr.S | 10 bnez a3, 1f
|
12345678910>>...17