| /src/compat/mips64/o32/ |
| Makefile | 3 BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.o32.mk
|
| bsd.o32.mk | 1 # $NetBSD: bsd.o32.mk,v 1.18 2026/01/18 10:54:48 mrg Exp $ 9 MLIBDIR= o32
|
| /src/external/bsd/libpcap/dist/msdos/ |
| makefile | 31 HIGHC_OBJ = $(SOURCE:.c=.o32) msdos\pkt_rx0.o32 53 .c.o32: 54 hc386.exe @hc386.arg -o $*.o32 $*.c 59 .asm.o32: 60 $(ASM) -DDOSX=1 $*.asm, $*.o32 83 -Hsuffix=.o32 92 @del *.o32 143 pkt_rx0.o32: msdos\pkt_rx0.asm 145 bpf_filt.o32: bpf_filt.c pcap-int.h pcap.h pcap-bpf. [all...] |
| /src/sys/dev/arcbios/ |
| arcbios_calls.S | 90 INT_S ta0, 16(sp) # save 5th arg on stack (o32) 91 INT_S ta1, 20(sp) # save 6th arg on stack (o32) 92 INT_S ta2, 24(sp) # save 7th arg on stack (o32) 93 INT_S ta3, 28(sp) # save 8th arg on stack (o32) 95 INT_S a4, 16(sp) # save 5th arg on stack (o32) 96 INT_S a5, 20(sp) # save 6th arg on stack (o32) 97 INT_S a6, 24(sp) # save 7th arg on stack (o32) 98 INT_S a7, 28(sp) # save 8th arg on stack (o32)
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/mips/ |
| Makefile | 16 -I${OPENSSLSRC}/crypto/bn/asm $$i o32 /dev/stdout \
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ |
| Makefile | 16 -I${OPENSSLSRC}/crypto/bn/asm $$i o32 /dev/stdout \
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/ |
| Makefile | 16 -I${OPENSSLSRC}/crypto/bn/asm $$i o32 /dev/stdout \
|
| /src/sys/ufs/ffs/ |
| ffs_bswap.c | 58 const u_int32_t *o32; local 66 o32 = (const u_int32_t *)o; 69 n32[i] = bswap32(o32[i]); 197 u_int32_t *n32, *o32; local 257 o32 = (u_int32_t *)((u_int8_t *)o + clustersumoff); 259 n32[i] = bswap32(o32[i]); 265 o32 = (u_int32_t *)((u_int8_t *)o + btotoff); 270 n32[i] = bswap32(o32[i]);
|
| /src/sys/lib/libsa/ |
| ffs_bswap.c | 59 const u_int32_t *o32; local 67 o32 = (const u_int32_t *)o; 70 n32[i] = bswap32(o32[i]);
|
| /src/libexec/ld.elf_so/ |
| Makefile | 67 . if ${MLIBDIR} == "o32"
|
| /src/external/gpl3/gdb.old/dist/gdb/syscalls/ |
| update-linux-from-src.sh | 139 mips-o32-linux.xml.in) 141 abi="o32"
|
| /src/external/gpl3/gdb/dist/gdb/syscalls/ |
| update-linux-from-src.sh | 313 mips-o32-linux.xml.in) 315 abi="o32"
|
| /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/ |
| aes-mips.pl | 43 # There is a number of MIPS ABI in use, O32 and N32/64 are most 59 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 73 $flavour ||= "o32"; # supported flavours are o32,n32,64,nubi32,nubi64 645 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification 668 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification 1246 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ificatio [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/ |
| sha512-mips.pl | 22 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which 32 # There is a number of MIPS ABI in use, O32 and N32/64 are most 45 # - never ever touch $tp, "thread pointer", former $gp [o32 can be 49 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 65 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 66 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : "o32"; 327 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification 353 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ificatio [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| aes-mips.pl | 43 # There is a number of MIPS ABI in use, O32 and N32/64 are most 59 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 73 $flavour ||= "o32"; # supported flavours are o32,n32,64,nubi32,nubi64 645 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification 668 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification 1246 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ificatio [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| sha512-mips.pl | 22 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which 32 # There is a number of MIPS ABI in use, O32 and N32/64 are most 45 # - never ever touch $tp, "thread pointer", former $gp [o32 can be 49 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 65 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 66 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : "o32"; 327 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification 353 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ificatio [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
| aes-mips.pl | 38 # There is a number of MIPS ABI in use, O32 and N32/64 are most 54 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 64 $flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64 624 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification 647 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification 1210 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ificatio [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| sha512-mips.pl | 22 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which 32 # There is a number of MIPS ABI in use, O32 and N32/64 are most 45 # - never ever touch $tp, "thread pointer", former $gp [o32 can be 49 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 59 $flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64 321 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification 347 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ificatio [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/ |
| mips-mont.pl | 30 # There is a number of MIPS ABI in use, O32 and N32/64 are most 46 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 60 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : "o32"; 139 $code.=<<___ if ($flavour =~ /o32/i);
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| mips-mont.pl | 30 # There is a number of MIPS ABI in use, O32 and N32/64 are most 46 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 60 $flavour = $#ARGV >= 0 && $ARGV[0] !~ m|\.| ? shift : "o32"; 139 $code.=<<___ if ($flavour =~ /o32/i);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| mips-mont.pl | 30 # There is a number of MIPS ABI in use, O32 and N32/64 are most 46 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary; 56 $flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64 136 $code.=<<___ if ($flavour =~ /o32/i);
|
| /src/crypto/external/bsd/heimdal/dist/ |
| configure | 16024 # GCC < 2.8 only supports the O32 ABI. GCC >= 2.8 has a flag to select 16028 # GCC and revert back to O32. The same goes if O32 is asked for - old 16029 # GCCs doesn't like the -mabi option, and new GCCs can't output O32. 16034 32|o32) abi='-mabi=32'; abilibdirext='' ;; 16109 # Old GCC, default to O32 16122 32|o32) abi='-32'; abilibdirext='' ;;
|
| /src/external/lgpl3/gmp/dist/ |
| configure | 4661 # IRIX 5 and earlier can only run 32-bit o32. 4675 abilist="o32" 4678 gcc_testlist="gcc-mips-o32" 4680 cc_cflags="-O2 -o32" # no -g, it disables all optimizations 4688 abilist="n32 64 o32" 7163 gcc-mips-o32) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc supports o32" >&5 7164 $as_echo_n "checking whether gcc supports o32... " >&6; }
|