Lines Matching refs:t1
34 ld t1, PT_EPC(sp) # skip syscall on return
38 daddiu t1, 4 # skip to next instruction
39 sd t1, PT_EPC(sp)
69 daddu t1, t0, 32
70 bltz t1, bad_stack
84 li t1, _TIF_WORK_SYSCALL_ENTRY
86 and t0, t1, t0
96 ld t1, PT_R2(sp) # syscall number
98 sd t1, PT_R0(sp) # save it for syscall restarting
124 subu t1, v0, __NR_O32_Linux
126 bnez t1, 1f /* __NR_syscall at offset 0 */
151 ld t1, PT_R2(sp) # syscall number
153 sd t1, PT_R0(sp) # save it for syscall restarting
186 dsll t1, t0, 3
188 ld t2, sys32_call_table(t1) # syscall routine