HomeSort by: relevance | last modified time | path
    Searched refs:n32 (Results 1 - 25 of 173) sorted by relevancy

1 2 3 4 5 6 7

  /src/compat/mips64/n32/
Makefile 3 BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.n32.mk
bsd.n32.mk 1 # $NetBSD: bsd.n32.mk,v 1.3 2026/01/18 10:54:48 mrg Exp $
9 MLIBDIR= n32
17 COPTS+= -mabi=n32
18 CPUFLAGS+= -mabi=n32
19 LDADD+= -mabi=n32
20 LDFLAGS+= -mabi=n32
21 MKDEPFLAGS+= -mabi=n32
22 FFLAGS+= -mabi=n32
  /src/sys/modules/arch/mips/mips-n32/
Makefile 3 BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.mips-n32.mk
bsd.mips-n32.mk 1 # $NetBSD: bsd.mips-n32.mk,v 1.1 2015/06/22 06:46:27 matt Exp $
14 KMODULEARCHDIR:= mips-n32
16 CPPFLAGS+= -mabi=n32
17 CPUFLAGS+= -mabi=n32
  /src/sys/modules/arch/
archdirs.mk 10 ARCHDIR_SUBDIR= mips/mips-n32
  /src/sys/net/
toeplitz.c 191 uint32_t n32 = 0; local
195 n32 ^= faddr6->s6_addr32[i] ^ laddr6->s6_addr32[i];
197 return (stoeplitz_hash_n32(scache, n32));
205 uint32_t n32 = 0; local
209 n32 ^= faddr6->s6_addr32[i] ^ laddr6->s6_addr32[i];
211 n32 ^= fport ^ lport;
213 return (stoeplitz_hash_n32(scache, n32));
toeplitz.h 74 stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32)
76 return (stoeplitz_hash_n16(scache, n32 ^ (n32 >> 16)));
  /src/external/gpl3/binutils/dist/ld/emulparams/
elf32bmipn32-defs.sh 19 xelf32*n32*) ELFSIZE=32 ;;
  /src/external/gpl3/binutils.old/dist/ld/emulparams/
elf32bmipn32-defs.sh 19 xelf32*n32*) ELFSIZE=32 ;;
  /src/lib/libc/arch/mips/sys/
cerror.S 53 PIC_PROLOGUE(__cerror) # saves caller gp in t3 (n32/n64)
78 # on the stack and not in the t3 reg (for the n32/n64 case).
  /src/sys/ufs/ffs/
ffs_bswap.c 59 u_int32_t *n32; local
67 n32 = (u_int32_t *)n;
69 n32[i] = bswap32(o32[i]);
197 u_int32_t *n32, *o32; local
256 n32 = (u_int32_t *)((u_int8_t *)n + clustersumoff);
259 n32[i] = bswap32(o32[i]);
264 n32 = (u_int32_t *)((u_int8_t *)n + btotoff);
270 n32[i] = bswap32(o32[i]);
  /src/external/gpl2/gettext/dist/build-aux/
config.libpath 89 *-n32|*"-n32 ") shlibsuff=N32 ;;
config.rpath 542 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
arch-arm.h 202 # define __DECL_REG(n64, n32) union { \
204 uint32_t n32; \
208 #define __DECL_REG(n64, n32) uint64_t n64
  /src/sys/lib/libsa/
ffs_bswap.c 60 u_int32_t *n32; local
68 n32 = (u_int32_t *)n;
70 n32[i] = bswap32(o32[i]);
  /src/sys/compat/netbsd32/
netbsd32.h 150 netbsd32_pointer_t n32 = *p32; local
152 n32.i32 += incr;
153 KASSERT(NETBSD32PTR64(n32) > NETBSD32PTR64(*p32));
154 return *p32 = n32;
  /src/external/gpl3/gdb.old/dist/gdb/syscalls/
update-linux-from-src.sh 301 mips-n32-linux.xml.in)
303 abi="n32"
  /src/external/gpl3/gdb/dist/gdb/syscalls/
update-linux-from-src.sh 301 mips-n32-linux.xml.in)
303 abi="n32"
  /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
48 # For reference here is register layout for N32/64 MIPS ABIs:
59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32
62 if ($flavour =~ /64|n32/i) {
63 $PTR_ADD="daddu"; # incidentally works even on n32
64 $PTR_SUB="dsubu"; # incidentally works even on n32
83 if ($flavour =~ /64|n32/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
48 # For reference here is register layout for N32/64 MIPS ABIs:
59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32
62 if ($flavour =~ /64|n32/i) {
63 $PTR_ADD="daddu"; # incidentally works even on n32
64 $PTR_SUB="dsubu"; # incidentally works even on n32
83 if ($flavour =~ /64|n32/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
48 # For reference here is register layout for N32/64 MIPS ABIs:
56 $flavour = shift || "o32"; # supported flavours are o32,n32,64,nubi32,nubi64
58 if ($flavour =~ /64|n32/i) {
59 $PTR_ADD="daddu"; # incidentally works even on n32
60 $PTR_SUB="dsubu"; # incidentally works even on n32
80 if ($flavour =~ /64|n32/i) {
  /src/crypto/external/cpl/tpm-tools/dist/
config.rpath 542 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
  /src/external/gpl2/diffutils/dist/config/
config.rpath 413 *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 ;;
  /src/external/gpl2/gettext/dist/autoconf-lib-link/
config.rpath 542 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
  /src/external/gpl2/gmake/dist/config/
config.rpath 478 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;

Completed in 23 milliseconds

1 2 3 4 5 6 7