Home
last modified time | relevance | path

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

1234

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DSPARCOptions.java13 import org.tukaani.xz.simple.SPARC;
26 return new SimpleOutputStream(out, new SPARC(true, startOffset)); in getOutputStream()
30 return new SimpleInputStream(in, new SPARC(false, startOffset)); in getInputStream()
DBCJDecoder.java56 simpleFilter = new SPARC(false, startOffset); in getInputStream()
/external/llvm/test/MC/ELF/
Dcfi-window-save.s3 # Should use SPARC as the target to test this. However, SPARC does not
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparc.td20 // SPARC Subtarget features.
25 "Enable SPARC-V9 instructions">;
44 // SPARC processors supported.
/external/llvm/test/MC/AsmParser/
Dcfi-window-save.s3 # Should use SPARC as the target to test this. However, SPARC does not support
/external/strace/linux/sparc/
Dgen.pl1 open SPARC, "syscallent.h" || die "no puedo abrir el de la sparc";
5 while (<SPARC>) {
/external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/
DSPARC.java13 public final class SPARC implements SimpleFilter { class
17 public SPARC(boolean isEncoder, int startPos) { in SPARC() method in SPARC
/external/lzma/DOC/
DMethods.txt34 09 - SPARC
62 08 - SPARC
63 05 - SPARC
/external/ImageMagick/Magick++/
DINSTALL35 ("Solaris 2.6, 7, & 8) SPARC GCC 3.0.4
36 SunOS 5.7 ("Solaris 7") SPARC Sun Workshop 5.0 C++
38 SunOS 5.8 ("Solaris 8") SPARC Sun WorkShop 6 update 2 C++
69 5.5.1 SPARC CC 5.0 <china@thewrittenword.com>
71 5.6, 5.7,SPARC Sun Forte CC Albert Chin-A-Young
/external/llvm/lib/Target/Sparc/
DSparc.td20 // SPARC Subtarget features.
24 : SubtargetFeature<"v9", "IsV9", "true", "Enable SPARC-V9 instructions">;
68 // SPARC processors supported.
DSparcInstr64Bit.td11 // code generation on SPARC v9.
13 // Some SPARC v9 instructions are defined in SparcInstrInfo.td because they can
14 // also be used in 32-bit code running on a SPARC v9 CPU.
231 // zero-extended to i64. Their mnemonic is lduw in SPARC v9 (Load Unsigned
234 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads.
274 // Sign-extending load of i32 into i64 is a new SPARC v9 instruction.
/external/strace/
Dprocess.c149 # if defined IA64 || defined SPARC || defined SPARC64 in SYS_FUNC()
158 # if defined SPARC || defined SPARC64 in SYS_FUNC()
Dptrace.h63 #if defined(SPARC) || defined(SPARC64)
Dexecve.c136 #if defined(SPARC) || defined(SPARC64)
Dsyscall.c57 #elif defined SPARC
687 #if defined SPARC || defined SPARC64 in trace_syscall_entering()
1125 # if defined SPARC || defined SPARC64 in ptrace_getregs()
1138 # if defined SPARC || defined SPARC64 in ptrace_setregs()
Dsignal.c59 # if defined SPARC || defined SPARC64 || defined M68K
557 #if defined(SPARC) || defined(SPARC64) in SYS_FUNC()
/external/llvm/docs/
DCompilerWriterInfo.rst78 SPARC section in Hardware
81 * `SPARC standards <http://sparc.org/standards>`_
82 * `SPARC V9 ABI <http://sparc.org/standards/64.psabi.1.35.ps.Z>`_
83 * `SPARC V8 ABI <http://sparc.org/standards/psABI3rd.pdf>`_
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
190 For instance, for the SPARC target, the header file ``SparcTargetMachine.h``
423 In ``SparcRegisterInfo.td``, additional register classes are defined for SPARC:
425 and ``Rd``. SPARC registers are identified by 5-bit ID numbers, which is a
561 be included in the header file for the implementation of the SPARC register
569 included at the bottom of ``SparcRegisterInfo.cpp``, the SPARC register
633 for the SPARC implementation in ``SparcRegisterInfo.cpp``:
[all …]
/external/strace/tests-m32/
Doldselect.c33 && !defined SPARC
Dsignal2name.c40 #elif defined SPARC || defined SPARC64 in signal2name()
/external/strace/tests-mx32/
Doldselect.c33 && !defined SPARC
Dsignal2name.c40 #elif defined SPARC || defined SPARC64 in signal2name()
/external/strace/tests/
Doldselect.c33 && !defined SPARC
Dsignal2name.c40 #elif defined SPARC || defined SPARC64 in signal2name()
/external/llvm/test/CodeGen/SPARC/
Dmature-mc-support.ll3 ; FIXME: SPARC doesn't use the integrated assembler by default in all cases

1234