Home
last modified time | relevance | path

Searched refs:o32 (Results 1 – 21 of 21) sorted by relevance

/freebsd-10-stable/usr.sbin/makefs/ffs/
Dffs_bswap.c71 u_int32_t *o32, *n32; in ffs_sb_swap() local
78 o32 = (u_int32_t *)o; in ffs_sb_swap()
81 n32[i] = bswap32(o32[i]); in ffs_sb_swap()
203 u_int32_t *n32, *o32; in ffs_cg_swap() local
249 o32 = (u_int32_t *)((u_int8_t *)o + btotoff); in ffs_cg_swap()
254 n32[i] = bswap32(o32[i]); in ffs_cg_swap()
260 o32 = (u_int32_t *)((u_int8_t *)o + clustersumoff); in ffs_cg_swap()
262 n32[i] = bswap32(o32[i]); in ffs_cg_swap()
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMips.td39 def FeatureO32 : SubtargetFeature<"o32", "MipsABI", "O32",
40 "Enable o32 ABI">;
/freebsd-10-stable/contrib/gcc/config/mips/
Dt-sb123 o32 o64 \
Dt-vr81 o32 o64 eabi \
Dmips.md171 ;; jal is always a macro for o32 and o64 abicalls because it includes an
4865 ;; o32 case) or recalculate it given t9 and our target label,
5152 ;; - -mabicalls/-mexplicit-relocs with o32 or o64:
/freebsd-10-stable/sys/mips/conf/
DOCTEON174 options COMPAT_FREEBSD32 # Compatible with o32 binaries
/freebsd-10-stable/contrib/binutils/gas/
Dconfigure.in227 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
/freebsd-10-stable/crypto/openssl/
DConfigure269 …INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR:${mips32_asm}:o32:dlfcn:irix-shared::…
270 …LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR:${mips32_asm}:o32:dlfcn:irix-shared::…
273 # './Configure irix-cc -o32' manually.
620 …0000000 -L \$(WIND_BASE)/target/usr/lib/mips/MIPSI32/sfcommon::${mips32_asm}:o32::::::ranlibmips:",
/freebsd-10-stable/contrib/gcc/doc/
Dcontrib.texi680 Rainer Orth for random MIPS work, including improvements to GCC's o32
/freebsd-10-stable/contrib/gcc/
DChangeLog-20035185 * config.gcc (mips-sgi-irix6*o32): Only enable use_collect2
7076 (mips-sgi-irix6*o32): Likewise.
7077 * config.gcc (mips-sgi-irix6*o32): Remove xm_file.
7081 (mips-sgi-irix6*o32): Likewise.
8412 * config/mips/iris6-o32.h (TARGET_OS_CPP_BUILTINS): Removed.
8414 * config/mips/iris6-o32-as.h (SUBTARGET_ASM_OPTIMIZING_SPEC):
10469 * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
13935 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Add mips/sdb.h
16130 (mips_output_load_label): Add a nop to the o32 sequence if
16175 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
[all …]
DChangeLog-200212943 * config/mips/iris6-o32.h (LINK_SPEC): Move ...
12944 * config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
12946 * config/mips/iris6-o32-gas.h: New file.
12947 * config.gcc (mips-sgi-irix6*o32): Use it.
12950 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
13620 * config.gcc (mips-sgi-irix6*o32): New configuration.
13622 * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
13626 * config/mips/iris6-o32-as.h: New file.
13627 * config/mips/iris6-o32.h: New file.
13634 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
[all …]
DChangeLog-200411298 (function_arg): Deal with the o32 float,float case specially.
11811 * config/mips/mips.c (mips_function_value): For o32, o64, n32 and n64,
17580 (mips_output_aligned_decl_common): Remove mention of SGI o32 assembler.
45701 * config.gcc (mips-sgi-irix6*o32): Removed.
45702 * config/mips/iris6-o32-as.h: Likewise.
45703 * config/mips/iris6-o32-gas.h: Likewise.
45704 * config/mips/iris6-o32.h: Likewise.
DFSFChangeLog.1112104 * mips/iris6.h (ASM_SPEC): Treat -o32 as -32 and -n64 same as -64.
DChangeLog-20065554 __NR_sigreturn for o32.
DChangeLog-199810748 * mips/mips.c: Remove -mabi=o32 and -mabi=n64.
/freebsd-10-stable/contrib/binutils/ld/
DChangeLog-0203823 * configure.tgt (mips*-sgi-irix6*): Add the o32 and n64 emulations
/freebsd-10-stable/crypto/heimdal/
Dconfigure12609 32|o32) abi='-mabi=32'; abilibdirext='' ;;
12694 32|o32) abi='-32'; abilibdirext='' ;;
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20022180 * configure.target (target_os switch): Allow for irix6*o32
DChangeLog-20036768 Only .set mips2 for the o32 ABI.
/freebsd-10-stable/contrib/binutils/
DChangeLog2858 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3802 * configure.in (mips*-*-irix6*o32): Enable stabs.
/freebsd-10-stable/contrib/binutils/gas/po/
Dgas.pot8102 "-32\t\t\tcreate o32 ABI object file (default)\n"