Current Path : /usr/src/contrib/gcc/config/mips/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/contrib/gcc/config/mips/irix-crtn.asm |
.abicalls .set noreorder .set nomacro .section .gcc_init,"ax",@progbits #if _MIPS_SIM == _ABIO32 lw $31,0($sp) jr $31 addiu $sp,$sp,16 #else ld $31,0($sp) ld $28,8($sp) jr $31 daddiu $sp,$sp,16 #endif .section .gcc_fini,"ax",@progbits #if _MIPS_SIM == _ABIO32 lw $31,0($sp) jr $31 addiu $sp,$sp,16 #else ld $31,0($sp) ld $28,8($sp) jr $31 daddiu $sp,$sp,16 #endif