Home
last modified time | relevance | path

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

123

/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/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/strace/
Dfile.c165 # elif defined SPARC
183 #if defined(SPARC) || defined(SPARC64)
234 #if defined(SPARC) || defined(SPARC64) in printstat()
427 # if defined(SPARC) || defined(SPARC64) in printoldstat()
467 #if defined(SPARC) || defined(SPARC64)
Dmknod.c57 #if defined(SPARC) || defined(SPARC64) in decode_mknod()
Ddefs.h151 #if defined(SPARC) || defined(SPARC64)
425 || defined(SPARC) || defined(SPARC64) \
517 || defined SH || defined SPARC || defined SPARC64
Dexecve.c119 #if defined(SPARC) || defined(SPARC64)
Dsignal.c66 # if defined SPARC || defined SPARC64 || defined M68K
596 #if defined(SPARC) || defined(SPARC64) in SYS_FUNC()
Dsyscall.c53 #elif defined SPARC
823 # if defined(SPARC) || defined(SPARC64) in trace_syscall_entering()
1268 # if defined SPARC || defined SPARC64 in get_regs()
/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/llvm/lib/Target/Sparc/
DSparc.td20 // SPARC Subtarget features.
25 "Enable SPARC-V9 instructions">;
61 // 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.
DSparcCallingConv.td15 // SPARC v8 32-bit.
43 // SPARC v9 64-bit.
/external/llvm/docs/
DCompilerWriterInfo.rst85 SPARC section in Hardware
88 * `SPARC standards <http://sparc.org/standards>`_
89 * `SPARC V9 ABI <http://sparc.org/standards/64.psabi.1.35.ps.Z>`_
90 * `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
181 SPARC target, name the files ``SparcTargetMachine.h`` and
192 For instance, for the SPARC target, the header file ``SparcTargetMachine.h``
425 In ``SparcRegisterInfo.td``, additional register classes are defined for SPARC:
427 and ``Rd``. SPARC registers are identified by 5-bit ID numbers, which is a
563 be included in the header file for the implementation of the SPARC register
571 included at the bottom of ``SparcRegisterInfo.cpp``, the SPARC register
635 for the SPARC implementation in ``SparcRegisterInfo.cpp``:
[all …]
/external/strace/tests/
Doldselect.c38 && !defined SPARC
/external/llvm/test/CodeGen/SPARC/
Dmature-mc-support.ll3 ; FIXME: SPARC doesn't use the integrated assembler by default in all cases
Dblockaddr.ll9 ; copied from test/CodeGen/Mips/blockaddr.ll and modified for SPARC
/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt7 didn't get time to raise it today, but it comes up with the SPARC
/external/libvncserver/rfb/
Drfbconfig.h.cmake80 first (like Motorola and SPARC, unlike Intel and VAX). */
/external/opencv3/cmake/templates/
Dcvconfig.h.in179 first (like Motorola and SPARC, unlike Intel and VAX). */
/external/ltrace/
DCREDITS75 D: SPARC port

123