Searched refs:t0 (Results 1 – 25 of 211) sorted by relevance
123456789
/bionic/linker/arch/mips/ |
D | begin.S | 45 la $t0, 1f 47 1: subu $t0, $ra, $t0 54 addu $t1, $t0 63 addu $s0, $t0 90 addu $t1, $t0
|
/bionic/linker/arch/mips64/ |
D | begin.S | 64 LA t0, 1b 65 PTR_SUBU t0, ra, t0 72 PTR_ADDU t1, t0 81 PTR_ADDU s0, t0 107 PTR_ADDU t1, t0
|
/bionic/libc/arch-mips64/bionic/ |
D | __bionic_clone.S | 53 PTR_L t0,FRAMESZ+5*REGSZ(sp) # fn 55 PTR_S t0,FRAME_FN(a1) # fn 58 PTR_L t0,FRAME_GP(sp) # copy gp to child stack 59 PTR_S t0,FRAME_GP(a1)
|
/bionic/libc/arch-mips64/syscalls/ |
D | flistxattr.S | 15 move t0, ra 23 move ra, t0
|
D | getsockname.S | 15 move t0, ra 23 move ra, t0
|
D | setsockopt.S | 15 move t0, ra 23 move ra, t0
|
D | setxattr.S | 15 move t0, ra 23 move ra, t0
|
D | getxattr.S | 15 move t0, ra 23 move ra, t0
|
D | uname.S | 15 move t0, ra 23 move ra, t0
|
D | setresuid.S | 15 move t0, ra 23 move ra, t0
|
D | mkdirat.S | 15 move t0, ra 23 move ra, t0
|
D | setreuid.S | 15 move t0, ra 23 move ra, t0
|
D | swapon.S | 15 move t0, ra 23 move ra, t0
|
D | getegid.S | 15 move t0, ra 23 move ra, t0
|
D | sigaltstack.S | 15 move t0, ra 23 move ra, t0
|
D | renameat.S | 15 move t0, ra 23 move ra, t0
|
D | getpeername.S | 15 move t0, ra 23 move ra, t0
|
D | sched_get_priority_min.S | 15 move t0, ra 23 move ra, t0
|
D | sched_setaffinity.S | 15 move t0, ra 23 move ra, t0
|
D | close.S | 15 move t0, ra 23 move ra, t0
|
D | swapoff.S | 15 move t0, ra 23 move ra, t0
|
D | epoll_create1.S | 15 move t0, ra 23 move ra, t0
|
D | splice.S | 15 move t0, ra 23 move ra, t0
|
D | timerfd_settime.S | 15 move t0, ra 23 move ra, t0
|
D | symlinkat.S | 15 move t0, ra 23 move ra, t0
|
123456789