Lines Matching refs:t1
36 lw t1, PT_EPC(sp) # skip syscall on return
40 addiu t1, 4 # skip to next instruction
41 sw t1, PT_EPC(sp)
45 la t1, sys_call_table
46 addu t1, t0
47 lw t2, (t1) # syscall routine
95 li t1, _TIF_WORK_SYSCALL_ENTRY
96 and t0, t1
106 lw t1, PT_R2(sp) # syscall number
108 sw t1, PT_R0(sp) # save it for syscall restarting
146 lw t1, PT_R2(sp) # syscall number
148 sw t1, PT_R0(sp) # save it for syscall restarting
181 sll t1, t0, 2
183 lw t2, sys_call_table(t1) # syscall routine