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-03-07 19:40:51 +00:00 committed by Android Git Automerger
commit bc73c85f7a
197 changed files with 1773 additions and 1379 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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