/external/llvm/test/Object/ |
D | nm-universal-binary.test | 20 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture x86_64): 22 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture i386): 25 CHECK-64-OBJ: macho-universal64.x86_64.i386 (for architecture x86_64): 27 CHECK-64-OBJ: macho-universal64.x86_64.i386 (for architecture i386): 34 CHECK-OBJ-armv7m-NOT: Unknown architecture named 35 CHECK-OBJ-armv7m: does not contain architecture 37 CHECK-OBJ-foobar: Unknown architecture named 38 CHECK-OBJ-foobar: does not contain architecture 40 CHECK-AR: macho-universal-archive.x86_64.i386(hello.o) (for architecture x86_64): 46 CHECK-AR: macho-universal-archive.x86_64.i386(foo.o) (for architecture i386): [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | nm-universal-binary.test | 20 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture x86_64): 22 CHECK-OBJ: macho-universal.x86_64.i386 (for architecture i386): 25 CHECK-64-OBJ: macho-universal64.x86_64.i386 (for architecture x86_64): 27 CHECK-64-OBJ: macho-universal64.x86_64.i386 (for architecture i386): 34 CHECK-OBJ-armv7m-NOT: Unknown architecture named 35 CHECK-OBJ-armv7m: does not contain architecture 37 CHECK-OBJ-foobar: Unknown architecture named 38 CHECK-OBJ-foobar: does not contain architecture 40 CHECK-AR: macho-universal-archive.x86_64.i386(hello.o) (for architecture x86_64): 46 CHECK-AR: macho-universal-archive.x86_64.i386(foo.o) (for architecture i386): [all …]
|
/external/u-boot/arch/ |
D | Kconfig | 8 prompt "Architecture select" 12 bool "ARC architecture" 21 bool "ARM architecture" 27 bool "M68000 architecture" 33 bool "MicroBlaze architecture" 38 bool "MIPS architecture" 44 bool "NDS32 architecture" 48 bool "Nios II architecture" 55 bool "PowerPC architecture" 62 bool "riscv architecture" [all …]
|
/external/tensorflow/tensorflow/contrib/makefile/ |
D | compile_android_protobuf.sh | 29 echo "-a [Architecture] Architecture of target android [default=armeabi-v7a] \ 30 (supported architecture list: \ 38 ARCHITECTURE=armeabi-v7a 43 a) ARCHITECTURE=$OPTARG;; 77 mkdir -p "${GENDIR}/${ARCHITECTURE}" 98 if [[ ${ARCHITECTURE} == "arm64-v8a" ]]; then 102 elif [[ ${ARCHITECTURE} == "armeabi" ]]; then 106 elif [[ ${ARCHITECTURE} == "armeabi-v7a" ]]; then 111 elif [[ ${ARCHITECTURE} == "armeabi-v7a-hard" ]]; then 116 elif [[ ${ARCHITECTURE} == "mips" ]]; then [all …]
|
/external/v8/src/base/ |
D | build_config.h | 10 // Processor architecture detection. For more info on what's defined, see: 51 #error "Host architecture was not detected as supported by v8" 76 // Target architecture detection. This may be set externally. If not, detect 77 // in the same way as the host architecture, that is, target the native 97 #error Target architecture was not detected as supported by v8 101 // Determine architecture pointer size. 133 #error Unknown target architecture pointer size 138 #error Target architecture ia32 is only supported on ia32 host 142 #error Target architecture x64 is only supported on x64 host 146 #error Target architecture x32 is only supported on x64 host with x32 support [all …]
|
/external/boringssl/src/crypto/ |
D | cpu-arm-linux_test.cc | 41 "CPU architecture: 7\n" in TEST() 62 "CPU architecture: 7\n" in TEST() 92 "CPU architecture: 7\n" in TEST() 113 "CPU architecture: 7\n" in TEST() 132 "CPU architecture: 8\n" in TEST() 141 "CPU architecture: 8\n" in TEST() 150 "CPU architecture: 8\n" in TEST() 159 "CPU architecture: 8\n" in TEST() 166 HWCAP_NEON, // CPU architecture 8 implies NEON. in TEST() 182 "CPU architecture: 8\n", in TEST() [all …]
|
/external/conscrypt/openjdk/src/main/java/org/conscrypt/ |
D | HostProperties.java | 50 static final Architecture ARCH; 84 enum Architecture { enum in HostProperties 104 * Returns the value to use when building filenames for this architecture. 250 private static Architecture getArchitecture(String value) { in getArchitecture() 253 return Architecture.X86_64; in getArchitecture() 256 return Architecture.X86_32; in getArchitecture() 259 return Architecture.ITANIUM_64; in getArchitecture() 262 return Architecture.SPARC_32; in getArchitecture() 265 return Architecture.SPARC_64; in getArchitecture() 268 return Architecture.ARM_32; in getArchitecture() [all …]
|
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/ |
D | HostProperties.java | 51 static final Architecture ARCH; 85 enum Architecture { enum in HostProperties 105 * Returns the value to use when building filenames for this architecture. 251 private static Architecture getArchitecture(String value) { in getArchitecture() 254 return Architecture.X86_64; in getArchitecture() 257 return Architecture.X86_32; in getArchitecture() 260 return Architecture.ITANIUM_64; in getArchitecture() 263 return Architecture.SPARC_32; in getArchitecture() 266 return Architecture.SPARC_64; in getArchitecture() 269 return Architecture.ARM_32; in getArchitecture() [all …]
|
/external/swiftshader/third_party/llvm-7.0/configs/fuchsia/include/llvm/Config/ |
D | llvm-config.h | 29 #error "unknown architecture" 44 #error "unknown architecture" 47 /* LLVM architecture name for the native architecture, if available */ 53 #error "unknown architecture" 62 #error "unknown architecture" 73 #error "unknown architecture" 82 #error "unknown architecture" 91 #error "unknown architecture" 100 #error "unknown architecture" 109 #error "unknown architecture"
|
/external/capstone/bindings/vb6/ |
D | CInstDetails.cls | 29 ' // Architecture-specific instruction info 31 ' cs_x86 x86; // X86 architecture, including 16-bit, 32-bit & 64-bit mode 32 ' cs_arm64 arm64; // ARM64 architecture (aka AArch64) 33 ' cs_arm arm; // ARM architecture (including Thumb/Thumb2) 34 ' cs_mips mips; // MIPS architecture 35 ' cs_ppc ppc; // PowerPC architecture 36 ' cs_sparc sparc; // Sparc architecture 37 ' cs_sysz sysz; // SystemZ architecture 38 ' cs_xcore xcore; // XCore architecture 47 'this will be set to a class of the specific instruction info type by architecture..
|
D | Module1.bas | 15 'Architecture type 17 CS_ARCH_ARM = 0 ' ARM architecture (including Thumb, Thumb-2) 19 CS_ARCH_MIPS ' Mips architecture 20 CS_ARCH_X86 ' X86 architecture (including x86 & x86-64) 21 CS_ARCH_PPC ' PowerPC architecture 22 CS_ARCH_SPARC ' Sparc architecture 23 CS_ARCH_SYSZ ' SystemZ architecture 24 CS_ARCH_XCORE ' XCore architecture 109 ' // Architecture-specific instruction info 111 ' cs_x86 x86; // X86 architecture, including 16-bit, 32-bit & 64-bit mode [all …]
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
D | EDDisassembler.h | 12 // instructions according to a given architecture and disassembly syntax. 57 /// EDDisassembler - Encapsulates a disassembler for a single architecture and 73 /// CPUKey - Encapsulates the descriptor of an architecture/disassembly-syntax 76 /// The architecture type 105 /// @arg arch - The desired architecture 113 /// @arg str - The string representation of the architecture triple, e.g., 134 /// The architecture/syntax pair for the current architecture 138 /// The assembly information for the target architecture 140 /// The subtarget information for the target architecture 142 // The register information for the target architecture. [all …]
|
/external/swiftshader/third_party/llvm-7.0/configs/darwin/include/llvm/Config/ |
D | llvm-config.h | 27 #error "unknown architecture" 40 #error "unknown architecture" 43 /* LLVM architecture name for the native architecture, if available */ 53 #error "unknown architecture" 66 #error "unknown architecture" 79 #error "unknown architecture" 92 #error "unknown architecture" 105 #error "unknown architecture" 118 #error "unknown architecture" 131 #error "unknown architecture"
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CompilerWriterInfo.rst | 2 Architecture & Platform Information for Compiler Writers 19 * `ARMv8-A Architecture Reference Manual <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.d… 21 * `ARMv7-M Architecture Reference Manual <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403e… 23 * `ARMv6-M Architecture Reference Manual <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419c… 37 * `Lanai Instruction Set Architecture <http://g.co/lanai/isa>`_ 43 * `MIPS Processor Architecture <https://www.mips.com/products/>`_ 53 * `Power Instruction Set Architecture, Versions 2.03 through 2.06 (authentication required, free si… 57 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_ 91 * `z/Architecture Principles of Operation (registration required, free sign-up) <http://www-01.ibm.… 105 * `The XMOS XS1 Architecture (ISA) <https://www.xmos.com/en/download/public/The-XMOS-XS1-Architectu… [all …]
|
/external/swiftshader/third_party/llvm-7.0/configs/linux/include/llvm/Config/ |
D | llvm-config.h | 37 #error "unknown architecture" 60 #error "unknown architecture" 63 /* LLVM architecture name for the native architecture, if available */ 73 #error "unknown architecture" 86 #error "unknown architecture" 99 #error "unknown architecture" 112 #error "unknown architecture" 125 #error "unknown architecture" 138 #error "unknown architecture" 151 #error "unknown architecture"
|
/external/swiftshader/third_party/llvm-7.0/configs/android/include/llvm/Config/ |
D | llvm-config.h | 33 #error "unknown architecture" 52 #error "unknown architecture" 55 /* LLVM architecture name for the native architecture, if available */ 65 #error "unknown architecture" 78 #error "unknown architecture" 91 #error "unknown architecture" 104 #error "unknown architecture" 117 #error "unknown architecture" 130 #error "unknown architecture" 143 #error "unknown architecture"
|
/external/clang/test/SemaObjC/ |
D | sizeof-interface.m | 26 …or {{application of 'sizeof' to interface 'I0' is not supported on this architecture and platform}} 35 …or {{application of 'sizeof' to interface 'I0' is not supported on this architecture and platform}} 46 …); } I1_defs; // expected-error {{use of @defs is not supported on this architecture and platform}} 54 …tic on pointer to interface 'I0', which is not a constant size for this architecture and platform}} 55 …tic on pointer to interface 'I0', which is not a constant size for this architecture and platform}} 56 …tic on pointer to interface 'I0', which is not a constant size for this architecture and platform}} 67 …ror {{application of 'sizeof' to interface 'I' is not supported on this architecture and platform}} 88 …ic on pointer to interface 'Foo', which is not a constant size for this architecture and platform}} 89 …ic on pointer to interface 'Foo', which is not a constant size for this architecture and platform}}
|
/external/e2fsprogs/debian/ |
D | control | 15 Architecture: linux-any kfreebsd-any 26 Architecture: any 42 Architecture: all 54 Architecture: any 68 Architecture: any 82 Architecture: any 96 Architecture: any 110 Architecture: any 127 Architecture: any 137 Architecture: any [all …]
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 28 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 261 /// getArch - Get the parsed architecture type of this triple. 335 /// getArchName - Get the architecture (first) component of the 359 /// Test whether the architecture is 64-bit 368 /// Test whether the architecture is 32-bit 373 /// Test whether the architecture is 16-bit 597 /// setArch - Set the architecture (first) component of the triple 619 /// setArchName - Set the architecture (first) component of the 643 /// Form a triple with a 32-bit variant of the current architecture. [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Triple.h | 28 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 30 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 269 /// getArch - Get the parsed architecture type of this triple. 343 /// getArchName - Get the architecture (first) component of the 367 /// Test whether the architecture is 64-bit 376 /// Test whether the architecture is 32-bit 381 /// Test whether the architecture is 16-bit 614 /// setArch - Set the architecture (first) component of the triple 636 /// setArchName - Set the architecture (first) component of the 660 /// Form a triple with a 32-bit variant of the current architecture. [all …]
|
/external/llvm/docs/ |
D | CompilerWriterInfo.rst | 2 Architecture & Platform Information for Compiler Writers 19 * `ARMv8-A Architecture Reference Manual <http://infocenter.arm.com/help/index.jsp?topic=/com.arm.d… 21 * `ARMv7-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0403… 23 * `ARMv6-M Architecture Reference Manual` <http://infocenter.arm.com/help/topic/com.arm.doc.ddi0419… 37 * `MIPS Processor Architecture <http://imgtec.com/mips/mips-architectures.asp>`_ 47 * `Power Instruction Set Architecture, Versions 2.03 through 2.06 (authentication required, free si… 51 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_ 88 * `z/Architecture Principles of Operation (registration required, free sign-up) <http://www-01.ibm.… 102 * `The XMOS XS1 Architecture (ISA) <https://www.xmos.com/en/download/public/The-XMOS-XS1-Architectu… 121 * `Procedure Call Standard for the AArch64 Architecture <http://infocenter.arm.com/help/topic/com.a… [all …]
|
/external/capstone/include/ |
D | capstone.h | 69 // Architecture type 71 CS_ARCH_ARM = 0, // ARM architecture (including Thumb, Thumb-2) 73 CS_ARCH_MIPS, // Mips architecture 74 CS_ARCH_X86, // X86 architecture (including x86 & x86-64) 75 CS_ARCH_PPC, // PowerPC architecture 76 CS_ARCH_SPARC, // Sparc architecture 77 CS_ARCH_SYSZ, // SystemZ architecture 78 CS_ARCH_XCORE, // XCore architecture 235 // Architecture-specific instruction info 237 cs_x86 x86; // X86 architecture, including 16-bit, 32-bit & 64-bit mode [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARM.td | 355 // ARM architecture class 505 class Architecture<string fname, string aname, list<SubtargetFeature> features> 507 !strconcat(aname, " architecture"), features>; 517 def ARMv2 : Architecture<"armv2", "ARMv2", []>; 519 def ARMv2a : Architecture<"armv2a", "ARMv2a", []>; 521 def ARMv3 : Architecture<"armv3", "ARMv3", []>; 523 def ARMv3m : Architecture<"armv3m", "ARMv3m", []>; 525 def ARMv4 : Architecture<"armv4", "ARMv4", []>; 527 def ARMv4t : Architecture<"armv4t", "ARMv4t", [HasV4TOps]>; 529 def ARMv5t : Architecture<"armv5t", "ARMv5t", [HasV5TOps]>; [all …]
|
/external/strace/ |
D | configure.ac | 71 AC_MSG_CHECKING([for supported architecture]) 80 AC_DEFINE([AARCH64], 1, [Define for the AArch64 architecture.]) 84 AC_DEFINE([ALPHA], 1, [Define for the Alpha architecture.]) 88 AC_DEFINE([ARC], 1, [Define for the ARC architecture.]) 92 AC_DEFINE([ARM], 1, [Define for the ARM architecture.]) 96 AC_DEFINE([AVR32], 1, [Define for the AVR32 architecture.]) 100 AC_DEFINE([BFIN], 1, [Define for the Blackfin architecture.]) 104 AC_DEFINE([HPPA], 1, [Define for the HPPA architecture.]) 108 AC_DEFINE([I386], 1, [Define for the i386 architecture.]) 112 AC_DEFINE([IA64], 1, [Define for the IA64 architecture.]) [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARM.td | 26 class Architecture<string fname, string aname, list<SubtargetFeature> features > 28 !strconcat(aname, " architecture"), features>; 370 def ARMv2 : Architecture<"armv2", "ARMv2", []>; 372 def ARMv2a : Architecture<"armv2a", "ARMv2a", []>; 374 def ARMv3 : Architecture<"armv3", "ARMv3", []>; 376 def ARMv3m : Architecture<"armv3m", "ARMv3m", []>; 378 def ARMv4 : Architecture<"armv4", "ARMv4", []>; 380 def ARMv4t : Architecture<"armv4t", "ARMv4t", [HasV4TOps]>; 382 def ARMv5t : Architecture<"armv5t", "ARMv5t", [HasV5TOps]>; 384 def ARMv5te : Architecture<"armv5te", "ARMv5te", [HasV5TEOps]>; [all …]
|