Lines Matching refs:t0
35 dsubu t0, v0, __NR_N32_Linux # check syscall number
36 sltiu t0, t0, __NR_N32_Linux_syscalls + 1
43 beqz t0, not_n32_scall
45 dsll t0, v0, 3 # offset into table
46 ld t2, (sysn32_call_table - (__NR_N32_Linux * 8))(t0)
51 LONG_L t0, TI_FLAGS($28) # syscall tracing enabled?
52 and t0, t1, t0
53 bnez t0, n32_syscall_trace_entry
58 li t0, -EMAXERRNO - 1 # error?
59 sltu t0, t0, v0
60 sd t0, PT_R7(sp) # set error flag
61 beqz t0, 1f