musl/arch/mips
Rich Felker dcb18bea61 implement inline 5- and 6-argument syscalls for mips
the OABI passes these on the stack, using the convention that their
position on the stack is as if the first four arguments (in registers)
also had stack slots. originally this was deemed too awkward to do
inline, falling back to external __syscall, but it's not that bad and
now that external __syscall is being removed, it's necessary.
2019-04-10 19:56:07 -04:00
..
bits move arch-invariant definitions out of bits/ioctl.h 2019-02-07 12:43:19 -05:00
atomic_arch.h add support for mips and mips64 r6 isa 2016-04-03 10:42:37 +00:00
crt_arch.h remove workaround for broken mips assemblers 2016-02-08 21:07:09 +00:00
ksigaction.h apply hidden visibility to sigreturn code fragments 2018-09-12 14:34:34 -04:00
pthread_arch.h make thread-pointer-loading asm non-volatile 2018-10-16 14:11:46 -04:00
reloc.h add support for mips and mips64 r6 isa 2016-04-03 10:42:37 +00:00
syscall_arch.h implement inline 5- and 6-argument syscalls for mips 2019-04-10 19:56:07 -04:00