/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
D | SPARCOptions.java | 13 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()
|
D | BCJDecoder.java | 56 simpleFilter = new SPARC(false, startOffset); in getInputStream()
|
/external/llvm/test/MC/ELF/ |
D | cfi-window-save.s | 3 # Should use SPARC as the target to test this. However, SPARC does not
|
/external/llvm/test/MC/AsmParser/ |
D | cfi-window-save.s | 3 # Should use SPARC as the target to test this. However, SPARC does not support
|
/external/strace/linux/sparc/ |
D | gen.pl | 1 open SPARC, "syscallent.h" || die "no puedo abrir el de la sparc"; 5 while (<SPARC>) {
|
/external/strace/ |
D | file.c | 165 # 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)
|
D | mknod.c | 57 #if defined(SPARC) || defined(SPARC64) in decode_mknod()
|
D | defs.h | 151 #if defined(SPARC) || defined(SPARC64) 425 || defined(SPARC) || defined(SPARC64) \ 517 || defined SH || defined SPARC || defined SPARC64
|
D | execve.c | 119 #if defined(SPARC) || defined(SPARC64)
|
D | signal.c | 66 # if defined SPARC || defined SPARC64 || defined M68K 596 #if defined(SPARC) || defined(SPARC64) in SYS_FUNC()
|
D | syscall.c | 53 #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/ |
D | SPARC.java | 13 public final class SPARC implements SimpleFilter { class 17 public SPARC(boolean isEncoder, int startPos) { in SPARC() method in SPARC
|
/external/lzma/DOC/ |
D | Methods.txt | 34 09 - SPARC 62 08 - SPARC 63 05 - SPARC
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 20 // SPARC Subtarget features. 25 "Enable SPARC-V9 instructions">; 61 // SPARC processors supported.
|
D | SparcInstr64Bit.td | 11 // 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.
|
D | SparcCallingConv.td | 15 // SPARC v8 32-bit. 43 // SPARC v9 64-bit.
|
/external/llvm/docs/ |
D | CompilerWriterInfo.rst | 85 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>`_
|
D | WritingAnLLVMBackend.rst | 23 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/ |
D | oldselect.c | 38 && !defined SPARC
|
/external/llvm/test/CodeGen/SPARC/ |
D | mature-mc-support.ll | 3 ; FIXME: SPARC doesn't use the integrated assembler by default in all cases
|
D | blockaddr.ll | 9 ; copied from test/CodeGen/Mips/blockaddr.ll and modified for SPARC
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-07-06-LoweringIRForCodeGen.txt | 7 didn't get time to raise it today, but it comes up with the SPARC
|
/external/libvncserver/rfb/ |
D | rfbconfig.h.cmake | 80 first (like Motorola and SPARC, unlike Intel and VAX). */
|
/external/opencv3/cmake/templates/ |
D | cvconfig.h.in | 179 first (like Motorola and SPARC, unlike Intel and VAX). */
|
/external/ltrace/ |
D | CREDITS | 75 D: SPARC port
|