am e6c451f5: Merge "Make mips generated assembler more like the mips64 stuff."

* commit 'e6c451f5f2e17fccccedaa1c2a90d8d9ba0c1917':
  Make mips generated assembler more like the mips64 stuff.
This commit is contained in:
Elliott Hughes 2014-02-19 20:34:25 +00:00 committed by Android Git Automerger
commit ace8dfab1f
197 changed files with 1773 additions and 1379 deletions

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __brk
.align 4
@ -8,16 +10,16 @@
__brk:
.set noreorder
.cpload $t9
li $v0, __NR_brk
.cpload t9
li v0, __NR_brk
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __brk

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __epoll_pwait
.align 4
@ -8,16 +10,16 @@
__epoll_pwait:
.set noreorder
.cpload $t9
li $v0, __NR_epoll_pwait
.cpload t9
li v0, __NR_epoll_pwait
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __epoll_pwait

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __exit
.align 4
@ -8,16 +10,16 @@
__exit:
.set noreorder
.cpload $t9
li $v0, __NR_exit
.cpload t9
li v0, __NR_exit
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __exit

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __fcntl64
.align 4
@ -8,16 +10,16 @@
__fcntl64:
.set noreorder
.cpload $t9
li $v0, __NR_fcntl64
.cpload t9
li v0, __NR_fcntl64
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __fcntl64

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __fstatfs64
.align 4
@ -8,16 +10,16 @@
__fstatfs64:
.set noreorder
.cpload $t9
li $v0, __NR_fstatfs64
.cpload t9
li v0, __NR_fstatfs64
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __fstatfs64

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __getcpu
.align 4
@ -8,16 +10,16 @@
__getcpu:
.set noreorder
.cpload $t9
li $v0, __NR_getcpu
.cpload t9
li v0, __NR_getcpu
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __getcpu

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __getcwd
.align 4
@ -8,16 +10,16 @@
__getcwd:
.set noreorder
.cpload $t9
li $v0, __NR_getcwd
.cpload t9
li v0, __NR_getcwd
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __getcwd

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __getpriority
.align 4
@ -8,16 +10,16 @@
__getpriority:
.set noreorder
.cpload $t9
li $v0, __NR_getpriority
.cpload t9
li v0, __NR_getpriority
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __getpriority

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __ioctl
.align 4
@ -8,16 +10,16 @@
__ioctl:
.set noreorder
.cpload $t9
li $v0, __NR_ioctl
.cpload t9
li v0, __NR_ioctl
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __ioctl

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __llseek
.align 4
@ -8,16 +10,16 @@
__llseek:
.set noreorder
.cpload $t9
li $v0, __NR__llseek
.cpload t9
li v0, __NR__llseek
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __llseek

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __mmap2
.align 4
@ -8,16 +10,16 @@
__mmap2:
.set noreorder
.cpload $t9
li $v0, __NR_mmap2
.cpload t9
li v0, __NR_mmap2
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __mmap2

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __openat
.align 4
@ -8,16 +10,16 @@
__openat:
.set noreorder
.cpload $t9
li $v0, __NR_openat
.cpload t9
li v0, __NR_openat
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __openat

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __ppoll
.align 4
@ -8,16 +10,16 @@
__ppoll:
.set noreorder
.cpload $t9
li $v0, __NR_ppoll
.cpload t9
li v0, __NR_ppoll
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __ppoll

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __pselect6
.align 4
@ -8,16 +10,16 @@
__pselect6:
.set noreorder
.cpload $t9
li $v0, __NR_pselect6
.cpload t9
li v0, __NR_pselect6
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __pselect6

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __ptrace
.align 4
@ -8,16 +10,16 @@
__ptrace:
.set noreorder
.cpload $t9
li $v0, __NR_ptrace
.cpload t9
li v0, __NR_ptrace
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __ptrace

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __reboot
.align 4
@ -8,16 +10,16 @@
__reboot:
.set noreorder
.cpload $t9
li $v0, __NR_reboot
.cpload t9
li v0, __NR_reboot
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __reboot

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __rt_sigaction
.align 4
@ -8,16 +10,16 @@
__rt_sigaction:
.set noreorder
.cpload $t9
li $v0, __NR_rt_sigaction
.cpload t9
li v0, __NR_rt_sigaction
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __rt_sigaction

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __rt_sigpending
.align 4
@ -8,16 +10,16 @@
__rt_sigpending:
.set noreorder
.cpload $t9
li $v0, __NR_rt_sigpending
.cpload t9
li v0, __NR_rt_sigpending
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __rt_sigpending

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __rt_sigprocmask
.align 4
@ -8,16 +10,16 @@
__rt_sigprocmask:
.set noreorder
.cpload $t9
li $v0, __NR_rt_sigprocmask
.cpload t9
li v0, __NR_rt_sigprocmask
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __rt_sigprocmask

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __rt_sigsuspend
.align 4
@ -8,16 +10,16 @@
__rt_sigsuspend:
.set noreorder
.cpload $t9
li $v0, __NR_rt_sigsuspend
.cpload t9
li v0, __NR_rt_sigsuspend
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __rt_sigsuspend

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __rt_sigtimedwait
.align 4
@ -8,16 +10,16 @@
__rt_sigtimedwait:
.set noreorder
.cpload $t9
li $v0, __NR_rt_sigtimedwait
.cpload t9
li v0, __NR_rt_sigtimedwait
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __rt_sigtimedwait

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __sched_getaffinity
.align 4
@ -8,16 +10,16 @@
__sched_getaffinity:
.set noreorder
.cpload $t9
li $v0, __NR_sched_getaffinity
.cpload t9
li v0, __NR_sched_getaffinity
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __sched_getaffinity

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __set_thread_area
.align 4
@ -8,16 +10,16 @@
__set_thread_area:
.set noreorder
.cpload $t9
li $v0, __NR_set_thread_area
.cpload t9
li v0, __NR_set_thread_area
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __set_thread_area

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __set_tid_address
.align 4
@ -8,16 +10,16 @@
__set_tid_address:
.set noreorder
.cpload $t9
li $v0, __NR_set_tid_address
.cpload t9
li v0, __NR_set_tid_address
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __set_tid_address

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __sigaction
.align 4
@ -8,16 +10,16 @@
__sigaction:
.set noreorder
.cpload $t9
li $v0, __NR_sigaction
.cpload t9
li v0, __NR_sigaction
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __sigaction

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __statfs64
.align 4
@ -8,16 +10,16 @@
__statfs64:
.set noreorder
.cpload $t9
li $v0, __NR_statfs64
.cpload t9
li v0, __NR_statfs64
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __statfs64

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __syslog
.align 4
@ -8,16 +10,16 @@
__syslog:
.set noreorder
.cpload $t9
li $v0, __NR_syslog
.cpload t9
li v0, __NR_syslog
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __syslog

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __timer_create
.align 4
@ -8,16 +10,16 @@
__timer_create:
.set noreorder
.cpload $t9
li $v0, __NR_timer_create
.cpload t9
li v0, __NR_timer_create
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __timer_create

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __timer_delete
.align 4
@ -8,16 +10,16 @@
__timer_delete:
.set noreorder
.cpload $t9
li $v0, __NR_timer_delete
.cpload t9
li v0, __NR_timer_delete
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __timer_delete

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __timer_getoverrun
.align 4
@ -8,16 +10,16 @@
__timer_getoverrun:
.set noreorder
.cpload $t9
li $v0, __NR_timer_getoverrun
.cpload t9
li v0, __NR_timer_getoverrun
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __timer_getoverrun

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __timer_gettime
.align 4
@ -8,16 +10,16 @@
__timer_gettime:
.set noreorder
.cpload $t9
li $v0, __NR_timer_gettime
.cpload t9
li v0, __NR_timer_gettime
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __timer_gettime

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __timer_settime
.align 4
@ -8,16 +10,16 @@
__timer_settime:
.set noreorder
.cpload $t9
li $v0, __NR_timer_settime
.cpload t9
li v0, __NR_timer_settime
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __timer_settime

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl __waitid
.align 4
@ -8,16 +10,16 @@
__waitid:
.set noreorder
.cpload $t9
li $v0, __NR_waitid
.cpload t9
li v0, __NR_waitid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end __waitid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl _exit
.align 4
@ -8,16 +10,16 @@
_exit:
.set noreorder
.cpload $t9
li $v0, __NR_exit_group
.cpload t9
li v0, __NR_exit_group
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end _exit

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl _flush_cache
.align 4
@ -8,16 +10,16 @@
_flush_cache:
.set noreorder
.cpload $t9
li $v0, __NR_cacheflush
.cpload t9
li v0, __NR_cacheflush
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end _flush_cache

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl accept
.align 4
@ -8,16 +10,16 @@
accept:
.set noreorder
.cpload $t9
li $v0, __NR_accept
.cpload t9
li v0, __NR_accept
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end accept

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl acct
.align 4
@ -8,16 +10,16 @@
acct:
.set noreorder
.cpload $t9
li $v0, __NR_acct
.cpload t9
li v0, __NR_acct
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end acct

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl bind
.align 4
@ -8,16 +10,16 @@
bind:
.set noreorder
.cpload $t9
li $v0, __NR_bind
.cpload t9
li v0, __NR_bind
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end bind

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl capget
.align 4
@ -8,16 +10,16 @@
capget:
.set noreorder
.cpload $t9
li $v0, __NR_capget
.cpload t9
li v0, __NR_capget
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end capget

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl capset
.align 4
@ -8,16 +10,16 @@
capset:
.set noreorder
.cpload $t9
li $v0, __NR_capset
.cpload t9
li v0, __NR_capset
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end capset

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl chdir
.align 4
@ -8,16 +10,16 @@
chdir:
.set noreorder
.cpload $t9
li $v0, __NR_chdir
.cpload t9
li v0, __NR_chdir
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end chdir

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl chroot
.align 4
@ -8,16 +10,16 @@
chroot:
.set noreorder
.cpload $t9
li $v0, __NR_chroot
.cpload t9
li v0, __NR_chroot
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end chroot

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl clock_getres
.align 4
@ -8,16 +10,16 @@
clock_getres:
.set noreorder
.cpload $t9
li $v0, __NR_clock_getres
.cpload t9
li v0, __NR_clock_getres
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end clock_getres

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl clock_gettime
.align 4
@ -8,16 +10,16 @@
clock_gettime:
.set noreorder
.cpload $t9
li $v0, __NR_clock_gettime
.cpload t9
li v0, __NR_clock_gettime
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end clock_gettime

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl clock_nanosleep
.align 4
@ -8,16 +10,16 @@
clock_nanosleep:
.set noreorder
.cpload $t9
li $v0, __NR_clock_nanosleep
.cpload t9
li v0, __NR_clock_nanosleep
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end clock_nanosleep

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl clock_settime
.align 4
@ -8,16 +10,16 @@
clock_settime:
.set noreorder
.cpload $t9
li $v0, __NR_clock_settime
.cpload t9
li v0, __NR_clock_settime
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end clock_settime

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl close
.align 4
@ -8,16 +10,16 @@
close:
.set noreorder
.cpload $t9
li $v0, __NR_close
.cpload t9
li v0, __NR_close
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end close

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl connect
.align 4
@ -8,16 +10,16 @@
connect:
.set noreorder
.cpload $t9
li $v0, __NR_connect
.cpload t9
li v0, __NR_connect
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end connect

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl delete_module
.align 4
@ -8,16 +10,16 @@
delete_module:
.set noreorder
.cpload $t9
li $v0, __NR_delete_module
.cpload t9
li v0, __NR_delete_module
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end delete_module

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl dup
.align 4
@ -8,16 +10,16 @@
dup:
.set noreorder
.cpload $t9
li $v0, __NR_dup
.cpload t9
li v0, __NR_dup
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end dup

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl dup3
.align 4
@ -8,16 +10,16 @@
dup3:
.set noreorder
.cpload $t9
li $v0, __NR_dup3
.cpload t9
li v0, __NR_dup3
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end dup3

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl epoll_create1
.align 4
@ -8,16 +10,16 @@
epoll_create1:
.set noreorder
.cpload $t9
li $v0, __NR_epoll_create1
.cpload t9
li v0, __NR_epoll_create1
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end epoll_create1

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl epoll_ctl
.align 4
@ -8,16 +10,16 @@
epoll_ctl:
.set noreorder
.cpload $t9
li $v0, __NR_epoll_ctl
.cpload t9
li v0, __NR_epoll_ctl
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end epoll_ctl

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl eventfd
.align 4
@ -8,16 +10,16 @@
eventfd:
.set noreorder
.cpload $t9
li $v0, __NR_eventfd2
.cpload t9
li v0, __NR_eventfd2
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end eventfd

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl execve
.align 4
@ -8,16 +10,16 @@
execve:
.set noreorder
.cpload $t9
li $v0, __NR_execve
.cpload t9
li v0, __NR_execve
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end execve

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl faccessat
.align 4
@ -8,16 +10,16 @@
faccessat:
.set noreorder
.cpload $t9
li $v0, __NR_faccessat
.cpload t9
li v0, __NR_faccessat
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end faccessat

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fallocate64
.align 4
@ -8,16 +10,16 @@
fallocate64:
.set noreorder
.cpload $t9
li $v0, __NR_fallocate
.cpload t9
li v0, __NR_fallocate
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fallocate64

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fchdir
.align 4
@ -8,16 +10,16 @@
fchdir:
.set noreorder
.cpload $t9
li $v0, __NR_fchdir
.cpload t9
li v0, __NR_fchdir
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fchdir

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fchmod
.align 4
@ -8,16 +10,16 @@
fchmod:
.set noreorder
.cpload $t9
li $v0, __NR_fchmod
.cpload t9
li v0, __NR_fchmod
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fchmod

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fchmodat
.align 4
@ -8,16 +10,16 @@
fchmodat:
.set noreorder
.cpload $t9
li $v0, __NR_fchmodat
.cpload t9
li v0, __NR_fchmodat
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fchmodat

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fchown
.align 4
@ -8,16 +10,16 @@
fchown:
.set noreorder
.cpload $t9
li $v0, __NR_fchown
.cpload t9
li v0, __NR_fchown
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fchown

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fchownat
.align 4
@ -8,16 +10,16 @@
fchownat:
.set noreorder
.cpload $t9
li $v0, __NR_fchownat
.cpload t9
li v0, __NR_fchownat
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fchownat

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fdatasync
.align 4
@ -8,16 +10,16 @@
fdatasync:
.set noreorder
.cpload $t9
li $v0, __NR_fdatasync
.cpload t9
li v0, __NR_fdatasync
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fdatasync

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fgetxattr
.align 4
@ -8,16 +10,16 @@
fgetxattr:
.set noreorder
.cpload $t9
li $v0, __NR_fgetxattr
.cpload t9
li v0, __NR_fgetxattr
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fgetxattr

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl flistxattr
.align 4
@ -8,16 +10,16 @@
flistxattr:
.set noreorder
.cpload $t9
li $v0, __NR_flistxattr
.cpload t9
li v0, __NR_flistxattr
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end flistxattr

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl flock
.align 4
@ -8,16 +10,16 @@
flock:
.set noreorder
.cpload $t9
li $v0, __NR_flock
.cpload t9
li v0, __NR_flock
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end flock

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fremovexattr
.align 4
@ -8,16 +10,16 @@
fremovexattr:
.set noreorder
.cpload $t9
li $v0, __NR_fremovexattr
.cpload t9
li v0, __NR_fremovexattr
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fremovexattr

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fsetxattr
.align 4
@ -8,16 +10,16 @@
fsetxattr:
.set noreorder
.cpload $t9
li $v0, __NR_fsetxattr
.cpload t9
li v0, __NR_fsetxattr
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fsetxattr

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fstat64
.align 4
@ -8,16 +10,16 @@
fstat64:
.set noreorder
.cpload $t9
li $v0, __NR_fstat64
.cpload t9
li v0, __NR_fstat64
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fstat64

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fstatat64
.align 4
@ -8,16 +10,16 @@
fstatat64:
.set noreorder
.cpload $t9
li $v0, __NR_fstatat64
.cpload t9
li v0, __NR_fstatat64
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fstatat64

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl fsync
.align 4
@ -8,16 +10,16 @@
fsync:
.set noreorder
.cpload $t9
li $v0, __NR_fsync
.cpload t9
li v0, __NR_fsync
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end fsync

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl ftruncate
.align 4
@ -8,16 +10,16 @@
ftruncate:
.set noreorder
.cpload $t9
li $v0, __NR_ftruncate
.cpload t9
li v0, __NR_ftruncate
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end ftruncate

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl ftruncate64
.align 4
@ -8,16 +10,16 @@
ftruncate64:
.set noreorder
.cpload $t9
li $v0, __NR_ftruncate64
.cpload t9
li v0, __NR_ftruncate64
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end ftruncate64

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl futex
.align 4
@ -8,16 +10,16 @@
futex:
.set noreorder
.cpload $t9
li $v0, __NR_futex
.cpload t9
li v0, __NR_futex
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end futex

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getdents
.align 4
@ -8,16 +10,16 @@
getdents:
.set noreorder
.cpload $t9
li $v0, __NR_getdents64
.cpload t9
li v0, __NR_getdents64
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getdents

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getegid
.align 4
@ -8,16 +10,16 @@
getegid:
.set noreorder
.cpload $t9
li $v0, __NR_getegid
.cpload t9
li v0, __NR_getegid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getegid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl geteuid
.align 4
@ -8,16 +10,16 @@
geteuid:
.set noreorder
.cpload $t9
li $v0, __NR_geteuid
.cpload t9
li v0, __NR_geteuid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end geteuid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getgid
.align 4
@ -8,16 +10,16 @@
getgid:
.set noreorder
.cpload $t9
li $v0, __NR_getgid
.cpload t9
li v0, __NR_getgid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getgid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getgroups
.align 4
@ -8,16 +10,16 @@
getgroups:
.set noreorder
.cpload $t9
li $v0, __NR_getgroups
.cpload t9
li v0, __NR_getgroups
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getgroups

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getitimer
.align 4
@ -8,16 +10,16 @@
getitimer:
.set noreorder
.cpload $t9
li $v0, __NR_getitimer
.cpload t9
li v0, __NR_getitimer
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getitimer

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getpeername
.align 4
@ -8,16 +10,16 @@
getpeername:
.set noreorder
.cpload $t9
li $v0, __NR_getpeername
.cpload t9
li v0, __NR_getpeername
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getpeername

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getpgid
.align 4
@ -8,16 +10,16 @@
getpgid:
.set noreorder
.cpload $t9
li $v0, __NR_getpgid
.cpload t9
li v0, __NR_getpgid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getpgid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getpid
.align 4
@ -8,16 +10,16 @@
getpid:
.set noreorder
.cpload $t9
li $v0, __NR_getpid
.cpload t9
li v0, __NR_getpid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getpid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getppid
.align 4
@ -8,16 +10,16 @@
getppid:
.set noreorder
.cpload $t9
li $v0, __NR_getppid
.cpload t9
li v0, __NR_getppid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getppid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getresgid
.align 4
@ -8,16 +10,16 @@
getresgid:
.set noreorder
.cpload $t9
li $v0, __NR_getresgid
.cpload t9
li v0, __NR_getresgid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getresgid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getresuid
.align 4
@ -8,16 +10,16 @@
getresuid:
.set noreorder
.cpload $t9
li $v0, __NR_getresuid
.cpload t9
li v0, __NR_getresuid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getresuid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getrlimit
.align 4
@ -8,16 +10,16 @@
getrlimit:
.set noreorder
.cpload $t9
li $v0, __NR_getrlimit
.cpload t9
li v0, __NR_getrlimit
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getrlimit

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getrusage
.align 4
@ -8,16 +10,16 @@
getrusage:
.set noreorder
.cpload $t9
li $v0, __NR_getrusage
.cpload t9
li v0, __NR_getrusage
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getrusage

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getsid
.align 4
@ -8,16 +10,16 @@
getsid:
.set noreorder
.cpload $t9
li $v0, __NR_getsid
.cpload t9
li v0, __NR_getsid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getsid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getsockname
.align 4
@ -8,16 +10,16 @@
getsockname:
.set noreorder
.cpload $t9
li $v0, __NR_getsockname
.cpload t9
li v0, __NR_getsockname
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getsockname

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getsockopt
.align 4
@ -8,16 +10,16 @@
getsockopt:
.set noreorder
.cpload $t9
li $v0, __NR_getsockopt
.cpload t9
li v0, __NR_getsockopt
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getsockopt

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl gettid
.align 4
@ -8,16 +10,16 @@
gettid:
.set noreorder
.cpload $t9
li $v0, __NR_gettid
.cpload t9
li v0, __NR_gettid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end gettid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl gettimeofday
.align 4
@ -8,16 +10,16 @@
gettimeofday:
.set noreorder
.cpload $t9
li $v0, __NR_gettimeofday
.cpload t9
li v0, __NR_gettimeofday
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end gettimeofday

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getuid
.align 4
@ -8,16 +10,16 @@
getuid:
.set noreorder
.cpload $t9
li $v0, __NR_getuid
.cpload t9
li v0, __NR_getuid
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getuid

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl getxattr
.align 4
@ -8,16 +10,16 @@
getxattr:
.set noreorder
.cpload $t9
li $v0, __NR_getxattr
.cpload t9
li v0, __NR_getxattr
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end getxattr

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl init_module
.align 4
@ -8,16 +10,16 @@
init_module:
.set noreorder
.cpload $t9
li $v0, __NR_init_module
.cpload t9
li v0, __NR_init_module
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end init_module

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl inotify_add_watch
.align 4
@ -8,16 +10,16 @@
inotify_add_watch:
.set noreorder
.cpload $t9
li $v0, __NR_inotify_add_watch
.cpload t9
li v0, __NR_inotify_add_watch
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end inotify_add_watch

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl inotify_init1
.align 4
@ -8,16 +10,16 @@
inotify_init1:
.set noreorder
.cpload $t9
li $v0, __NR_inotify_init1
.cpload t9
li v0, __NR_inotify_init1
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end inotify_init1

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl inotify_rm_watch
.align 4
@ -8,16 +10,16 @@
inotify_rm_watch:
.set noreorder
.cpload $t9
li $v0, __NR_inotify_rm_watch
.cpload t9
li v0, __NR_inotify_rm_watch
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end inotify_rm_watch

View File

@ -1,6 +1,8 @@
/* Generated by gensyscalls.py. Do not edit. */
#include <asm/unistd.h>
#include <machine/asm.h>
#include <machine/regdef.h>
.text
.globl ioprio_get
.align 4
@ -8,16 +10,16 @@
ioprio_get:
.set noreorder
.cpload $t9
li $v0, __NR_ioprio_get
.cpload t9
li v0, __NR_ioprio_get
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
bnez a3, 1f
move a0, v0
j ra
nop
1:
la $t9,__set_errno
j $t9
la t9,__set_errno
j t9
nop
.set reorder
.end ioprio_get

Some files were not shown because too many files have changed in this diff Show More