| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
| D | Architecture.h | 1 //===- llvm/TextAPI/MachO/Architecture.h - Architecture ---------*- C++ -*-===// 9 // Defines the architecture enum and helper methods. 23 /// Defines the architecture slices that are supported by Text-based Stub files. 24 enum Architecture : uint8_t { enum 26 #include "llvm/TextAPI/MachO/Architecture.def" 31 /// Convert a CPU Type and Subtype pair to an architecture slice. 32 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType); 34 /// Convert a name to an architecture slice. 35 Architecture getArchitectureFromName(StringRef Name); 37 /// Convert an architecture slice to a string. [all …]
|
| D | ArchitectureSet.h | 9 // Defines the architecture set. 17 #include "llvm/TextAPI/MachO/Architecture.h" 37 ArchitectureSet(Architecture Arch) : ArchitectureSet() { set(Arch); } in ArchitectureSet() 38 ArchitectureSet(const std::vector<Architecture> &Archs); 40 void set(Architecture Arch) { in set() 46 void clear(Architecture Arch) { ArchSet &= ~(1U << static_cast<int>(Arch)); } in clear() 48 bool has(Architecture Arch) const { in has() 68 : public std::iterator<std::forward_iterator_tag, Architecture, size_t> { 91 Architecture operator*() const { return static_cast<Architecture>(Index); } 124 ArchitectureSet &operator|=(const Architecture &Arch) { [all …]
|
| D | Target.h | 14 #include "llvm/TextAPI/MachO/Architecture.h" 27 Target(Architecture Arch, PlatformKind Platform) in Target() 36 Architecture Arch; 52 inline bool operator==(const Target &LHS, const Architecture &RHS) { 56 inline bool operator!=(const Target &LHS, const Architecture &RHS) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | Architecture.cpp | 1 //===- Architecture.cpp ---------------------------------------------------===// 9 // Implements the architecture helper functions. 13 #include "llvm/TextAPI/MachO/Architecture.h" 20 Architecture getArchitectureFromCpuType(uint32_t CPUType, uint32_t CPUSubType) { in getArchitectureFromCpuType() 25 #include "llvm/TextAPI/MachO/Architecture.def" in getArchitectureFromCpuType() 31 Architecture getArchitectureFromName(StringRef Name) { in getArchitectureFromName() 32 return StringSwitch<Architecture>(Name) in getArchitectureFromName() 34 #include "llvm/TextAPI/MachO/Architecture.def" in getArchitectureFromName() 39 StringRef getArchitectureName(Architecture Arch) { in getArchitectureName() 44 #include "llvm/TextAPI/MachO/Architecture.def" in getArchitectureName() [all …]
|
| D | ArchitectureSet.cpp | 9 // Implements the architecture set. 18 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs) in ArchitectureSet() 51 ArchitectureSet::operator std::vector<Architecture>() const { in operator std::vector<Architecture>() 52 std::vector<Architecture> archs; in operator std::vector<Architecture>()
|
| /third_party/node/deps/v8/src/base/ |
| D | build_config.h | 10 // Processor architecture detection. For more info on what's defined, see: 60 #error "Host architecture was not detected as supported by v8" 83 // Target architecture detection. This may be set externally. If not, detect 84 // in the same way as the host architecture, that is, target the native 111 #error Target architecture was not detected as supported by v8 115 // Determine architecture pointer size. 149 #error Unknown target architecture pointer size 154 #error Target architecture ia32 is only supported on ia32 host 158 #error Target architecture x64 is only supported on x64 and arm64 host 162 #error Target architecture x32 is only supported on x64 host with x32 support [all …]
|
| D | cpu.h | 5 // This module contains the architecture-specific code. This make the rest of 7 // architecture. 9 // implementation for a particular architecture is put in cpu_<arch>.cc. 10 // The build system then uses the implementation for the target architecture. 27 // This class also has static methods for the architecture specific functions. 29 // architectures. For each architecture the file cpu_<arch>.cc contains the 50 int architecture() const { return architecture_; } in architecture() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/ |
| D | llvm-config.h | 36 #error "unknown architecture" 51 #error "unknown architecture" 54 /* LLVM architecture name for the native architecture, if available */ 66 #error "unknown architecture" 81 #error "unknown architecture" 96 #error "unknown architecture" 111 #error "unknown architecture" 126 #error "unknown architecture" 141 #error "unknown architecture" 156 #error "unknown architecture"
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/ |
| D | llvm-config.h | 36 #error "unknown architecture" 51 #error "unknown architecture" 54 /* LLVM architecture name for the native architecture, if available */ 66 #error "unknown architecture" 81 #error "unknown architecture" 96 #error "unknown architecture" 111 #error "unknown architecture" 126 #error "unknown architecture" 141 #error "unknown architecture" 156 #error "unknown architecture"
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/ |
| D | llvm-config.h | 40 #error "unknown architecture" 59 #error "unknown architecture" 62 /* LLVM architecture name for the native architecture, if available */ 74 #error "unknown architecture" 89 #error "unknown architecture" 104 #error "unknown architecture" 119 #error "unknown architecture" 134 #error "unknown architecture" 149 #error "unknown architecture" 164 #error "unknown architecture"
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/ |
| D | llvm-config.h | 46 #error "unknown architecture" 71 #error "unknown architecture" 74 /* LLVM architecture name for the native architecture, if available */ 86 #error "unknown architecture" 101 #error "unknown architecture" 116 #error "unknown architecture" 131 #error "unknown architecture" 146 #error "unknown architecture" 161 #error "unknown architecture" 176 #error "unknown architecture"
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/ |
| D | llvm-config.h | 44 #error "unknown architecture" 67 #error "unknown architecture" 70 /* LLVM architecture name for the native architecture, if available */ 82 #error "unknown architecture" 97 #error "unknown architecture" 112 #error "unknown architecture" 127 #error "unknown architecture" 142 #error "unknown architecture" 157 #error "unknown architecture" 172 #error "unknown architecture"
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARM.td | 323 "Model MVE instructions as a 1 beat per tick architecture">; 326 "Model MVE instructions as a 2 beats per tick architecture">; 329 "Model MVE instructions as a 4 beats per tick architecture">; 434 // ARM architecture class 620 class Architecture<string fname, string aname, list<SubtargetFeature> features> 622 !strconcat(aname, " architecture"), features>; 632 def ARMv2 : Architecture<"armv2", "ARMv2", []>; 634 def ARMv2a : Architecture<"armv2a", "ARMv2a", []>; 636 def ARMv3 : Architecture<"armv3", "ARMv3", []>; 638 def ARMv3m : Architecture<"armv3m", "ARMv3m", []>; [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Triple.h | 27 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM 29 /// ARCHITECTURE-VENDOR-OPERATING_SYSTEM-ENVIRONMENT 296 /// getArch - Get the parsed architecture type of this triple. 370 /// getArchName - Get the architecture (first) component of the 394 /// Test whether the architecture is 64-bit 403 /// Test whether the architecture is 32-bit 408 /// Test whether the architecture is 16-bit 758 /// setArch - Set the architecture (first) component of the triple 780 /// setArchName - Set the architecture (first) component of the 804 /// Form a triple with a 32-bit variant of the current architecture. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonDepArch.td | 11 …tFeature<"v66", "HexagonArchVersion", "Hexagon::ArchEnum::V66", "Enable Hexagon V66 architecture">; 13 …tFeature<"v65", "HexagonArchVersion", "Hexagon::ArchEnum::V65", "Enable Hexagon V65 architecture">; 15 …tFeature<"v62", "HexagonArchVersion", "Hexagon::ArchEnum::V62", "Enable Hexagon V62 architecture">; 17 …tFeature<"v60", "HexagonArchVersion", "Hexagon::ArchEnum::V60", "Enable Hexagon V60 architecture">; 19 …tFeature<"v55", "HexagonArchVersion", "Hexagon::ArchEnum::V55", "Enable Hexagon V55 architecture">; 21 …rgetFeature<"v5", "HexagonArchVersion", "Hexagon::ArchEnum::V5", "Enable Hexagon V5 architecture">;
|
| /third_party/opencl-headers/tests/ |
| D | test_headers.c | 53 printf( "__cl_char2 SIMD vectors not supported on this architecture.\n" ); in test_char() 60 printf( "__cl_char4 SIMD vectors not supported on this architecture.\n" ); in test_char() 67 printf( "__cl_char8 SIMD vectors not supported on this architecture.\n" ); in test_char() 75 printf( "__cl_char16 SIMD vectors not supported on this architecture.\n" ); in test_char() 113 printf( "__cl_uchar2 SIMD vectors not supported on this architecture.\n" ); in test_uchar() 120 printf( "__cl_uchar4 SIMD vectors not supported on this architecture.\n" ); in test_uchar() 127 printf( "__cl_uchar8 SIMD vectors not supported on this architecture.\n" ); in test_uchar() 135 printf( "__cl_uchar16 SIMD vectors not supported on this architecture.\n" ); in test_uchar() 173 printf( "__cl_short2 SIMD vectors not supported on this architecture.\n" ); in test_short() 180 printf( "__cl_short4 SIMD vectors not supported on this architecture.\n" ); in test_short() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.h | 11 // individual instructions according to a given architecture and disassembly 61 // The assembly information for the target architecture. 63 // The register information for the target architecture. 65 // The subtarget information for the target architecture. 67 // The instruction information for the target architecture. 71 // The disassembler for the target architecture. 73 // The instruction printer for the target architecture.
|
| /third_party/icu/vendor/double-conversion/upstream/ |
| D | Changelog | 9 Add support of Synopsys ARC64 architecture. 22 Loongarch is a RISC-style command system architecture. 23 Add support for loongarch architecture. 29 Add support for xtensa architecture. 30 Add support for nios2 architecture. 37 Add support for e2k architecture. Thanks to Michael Shigorin.
|
| /third_party/elfio/c_wrapper/ |
| D | elf_types_c_wrapper.hpp | 180 #define EM_XTENSA 94 // Tensilica Xtensa Architecture 225 #define EM_LATTICEMICO32 138 // RISC processor for Lattice FPGA architecture 250 #define EM_TRIMEDIA 163 // NXP Semiconductors TriMedia architecture family 260 #define EM_CRAYNV2 172 // Cray Inc. NV2 vector architecture 262 #define EM_METAG 174 // Imagination Technologies META processor architecture 263 #define EM_MCST_ELBRUS 175 // MCST Elbrus general purpose hardware architecture 275 #define EM_TILE64 187 // Tilera TILE64 multicore architecture family 276 #define EM_TILEPRO 188 // Tilera TILEPro multicore architecture family 278 #define EM_CUDA 190 // NVIDIA CUDA architecture 279 #define EM_TILEGX 191 // Tilera TILE-Gx multicore architecture family [all …]
|
| /third_party/libunwind/libunwind/doc/ |
| D | libunwind-dynamic.man | 94 Exactly how this index is derived depends on the architecture. For 95 example, on RISC and EPIC\-style architecture, instructions have a 141 architecture\-specific and on some architecture, it is not used at 242 architecture\-specific. 255 architecture\-specific (see architecture\-specific sections below). 304 architecture\-specific sections for details). The value of 463 See the architecture\-specific sections for a description 473 See the architecture\-specific sections for a description 485 is described in the architecture\-specific sections below.
|
| D | NOTES | 10 - handler: a pointer to an architecture & language-specific 12 - lsda: a pointer to an architecture & language-specific 15 The API defines no well-known preserved registers. Each architecture 18 preserved registers are defined in the architecture-specific header 69 architecture, as it doesn't rely on any arch-specific registers. 75 the target architecture name (e.g., ia32, ia64, or alpha). Similarly,
|
| /third_party/ltp/include/lapi/ |
| D | shmbuf.h | 20 * The shmid64_ds structure for the MIPS architecture. 66 * The shmid64_ds structure for parisc architecture. 102 * The shmid64_ds structure for PPC architecture. 140 * The shmid64_ds structure for sparc architecture. 176 * The shmid64_ds structure for x86 architecture with x32 ABI. 201 * The shmid64_ds structure for Xtensa architecture. 234 * shmid64_ds was originally meant to be architecture specific, but
|
| D | sembuf.h | 20 * The semid64_ds structure for the MIPS architecture. 52 * The semid64_ds structure for parisc architecture. 80 * The semid64_ds structure for PPC architecture. 109 * The semid64_ds structure for sparc architecture. 138 * The semid64_ds structure for x86 architecture. 198 * semid64_ds was originally meant to be architecture specific, but
|
| D | msgbuf.h | 22 * The msqid64_ds structure for the MIPS architecture. 86 * The msqid64_ds structure for parisc architecture, copied from sparc. 123 * The msqid64_ds structure for the PowerPC architecture. 157 * The msqid64_ds structure for sparc64 architecture. 193 * The msqid64_ds structure for x86 architecture with x32 ABI. 219 * The msqid64_ds structure for the Xtensa architecture. 266 * msqid64_ds was originally meant to be architecture specific, but
|
| /third_party/lame/ |
| D | INSTALL.configure | 71 same time, by placing the object files for each architecture in their 79 variable, you have to compile the package for one architecture at a time 81 one architecture, use `make distclean' before reconfiguring for another 82 architecture. 93 architecture-specific files and architecture-independent files. If you
|