/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/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | Sparc.td | 20 // SPARC Subtarget features. 25 "Enable SPARC-V9 instructions">; 44 // SPARC processors supported.
|
/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/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/ImageMagick/Magick++/ |
D | INSTALL | 35 ("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/ |
D | Sparc.td | 20 // SPARC Subtarget features. 24 : SubtargetFeature<"v9", "IsV9", "true", "Enable SPARC-V9 instructions">; 68 // 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.
|
/external/strace/ |
D | process.c | 149 # if defined IA64 || defined SPARC || defined SPARC64 in SYS_FUNC() 158 # if defined SPARC || defined SPARC64 in SYS_FUNC()
|
D | ptrace.h | 63 #if defined(SPARC) || defined(SPARC64)
|
D | execve.c | 136 #if defined(SPARC) || defined(SPARC64)
|
D | syscall.c | 57 #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()
|
D | signal.c | 59 # if defined SPARC || defined SPARC64 || defined M68K 557 #if defined(SPARC) || defined(SPARC64) in SYS_FUNC()
|
/external/llvm/docs/ |
D | CompilerWriterInfo.rst | 78 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>`_
|
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 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/ |
D | oldselect.c | 33 && !defined SPARC
|
D | signal2name.c | 40 #elif defined SPARC || defined SPARC64 in signal2name()
|
/external/strace/tests-mx32/ |
D | oldselect.c | 33 && !defined SPARC
|
D | signal2name.c | 40 #elif defined SPARC || defined SPARC64 in signal2name()
|
/external/strace/tests/ |
D | oldselect.c | 33 && !defined SPARC
|
D | signal2name.c | 40 #elif defined SPARC || defined SPARC64 in signal2name()
|
/external/llvm/test/CodeGen/SPARC/ |
D | mature-mc-support.ll | 3 ; FIXME: SPARC doesn't use the integrated assembler by default in all cases
|