Home
last modified time | relevance | path

Searched refs:SPARC (Results 1 – 25 of 177) sorted by relevance

12345678

/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-sparc.texi8 @chapter SPARC Dependent Features
12 @chapter SPARC Dependent Features
15 @cindex SPARC support
26 @cindex options for SPARC
27 @cindex SPARC options
28 @cindex architectures, SPARC
29 @cindex SPARC architectures
94 @cindex data alignment on SPARC
95 @cindex SPARC data alignment
129 @cindex SPARC machine directives
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-sparc.texi8 @chapter SPARC Dependent Features
12 @chapter SPARC Dependent Features
15 @cindex SPARC support
26 @cindex options for SPARC
27 @cindex SPARC options
28 @cindex architectures, SPARC
29 @cindex SPARC architectures
94 @cindex data alignment on SPARC
95 @cindex SPARC data alignment
129 @cindex SPARC machine directives
[all …]
/openbsd/distrib/notes/sparc64/
H A Dhardware39 Sun SPARC Enterprise T1000/T2000
40 Sun SPARC Enterprise T5120/T5220 (see note below)
41 Sun SPARC Enterprise T5140/T5240
42 Sun SPARC Enterprise T5440
43 Sun SPARC Enterprise M4000/M5000/M8000/M9000
72 Fujitsu SPARC Enterprise T1000/T2000
73 Fujitsu SPARC Enterprise T5120/T5220
74 Fujitsu SPARC Enterprise T5140/T5240
75 Fujitsu SPARC Enterprise T5440
76 Fujitsu SPARC Enterprise M4000/M5000/M8000/M9000
[all …]
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DAllSupportedArchDefs.cmake14 set(SPARC sparc) variable
27 ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9}
30 ${MIPS32} ${MIPS64} ${PPC64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON}
61 ${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON}
66 ${MIPS32} ${MIPS64} ${PPC64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON}
/openbsd/gnu/usr.bin/binutils/gdb/vx-share/
H A DvxWorks.h108 #define SPARC 10 macro
121 #if CPU==SPARC
122 #define CPU_FAMILY SPARC
H A DvxTypes.h65 #if CPU_FAMILY==SPARC
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dsimd-5.x7 # On SPARC64/SPARC-V9 it fails, except with -m32.
18 # On regular SPARC it doesn't fail, except with -m64.
/openbsd/usr.bin/file/magdir/
H A Dsun6 # Values for big-endian Sun (MC680x0, SPARC) binaries on pre-5.x
72 # Core files. "SPARC 4.x BCP" means "core file from a SunOS 4.x SPARC
76 >4 belong 432 (SPARC)
94 >4 belong 456 (SPARC 4.x BCP)
H A Delf36 >>18 leshort 2 SPARC - invalid byte order,
94 >>18 leshort 43 SPARC V9 - invalid byte order,
170 >>18 beshort 2 SPARC,
233 >>18 beshort 43 SPARC V9,
H A Dolf45 >>18 leshort 2 SPARC - invalid byte order,
76 >>18 beshort 2 SPARC,
H A Dplan910 0 belong 0x000002AB Plan 9 executable, SPARC
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.opt1 ; Options for the SPARC port of the compiler
100 Use given SPARC-V9 code model
119 ;; Generate code for SPARC-V8
122 ;; Generate code for SPARC-V9
H A Dsparc-modes.def1 /* Definitions of target machine for GCC, for Sun SPARC.
4 64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
29 On the SPARC, we have a "no-overflow" mode which is used when an add or
H A Dlong-double-switch.opt1 ; Options for the SPARC port of the compiler
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc-modes.def1 /* Definitions of target machine for GNU compiler, for Sun SPARC.
4 64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
26 On the SPARC, we have a "no-overflow" mode which is used when an add or
/openbsd/gnu/usr.bin/binutils/gdb/config/sparc/
H A Dsparc.mt1 # Target: SPARC
H A Dsol2.mt1 # Target: Solaris SPARC
H A Dlinux.mt1 # Target: GNU/Linux SPARC
H A Dvxworks.mt1 # Target: VxWorks SPARC
H A Dsol2.mh1 # Host: Solaris SPARC & UltraSPARC
H A Dlinux.mh1 # Host: GNU/Linux SPARC
/openbsd/regress/usr.bin/file/
H A Dt19.out1 t19.in: ELF 32-bit MSB shared object, SPARC, version 1
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparc.td19 // SPARC Subtarget features.
35 "Enable SPARC-V9 instructions">;
84 // SPARC processors supported.
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlynx-nat.c105 #ifdef SPARC
475 #ifdef SPARC in child_wait()
599 #ifdef SPARC in fetch_core_registers()
/openbsd/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst23 ARM, and SPARC. The backend may also be used to generate code targeted at SPUs
29 assembly) for a SPARC target, because SPARC has fairly standard
63 To follow the SPARC examples in this document, have a copy of `The SPARC
179 SPARC target, name the files ``SparcTargetMachine.h`` and
633 for the SPARC implementation in ``SparcRegisterInfo.cpp``:
723 of the target machine (such as the SPARC Architecture Manual for the SPARC
751 ``Pseudo`` for synthetic SPARC instructions.
1438 of other operations may be used to similar effect. In SPARC, the
1498 non-v9 SPARC implementations.
1746 set variations for a given chip set. For example, the LLVM SPARC
[all …]

12345678