/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 210 std::vector<Architecture> Architectures; member 222 std::vector<Architecture> Architectures; member 292 IO.mapRequired("archs", Section.Architectures); in mapping() 314 IO.mapRequired("archs", Section.Architectures); in mapping() 434 Architectures = File->getArchitectures(); in NormalizedTBD() 467 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local 468 SymbolToArchSet[Symbol] = Architectures; in NormalizedTBD() 469 ArchSet.insert(Architectures); in NormalizedTBD() 472 for (auto Architectures : ArchSet) { in NormalizedTBD() local 474 Section.Architectures = Architectures; in NormalizedTBD() [all …]
|
D | Symbol.cpp | 49 Symbol::targets(ArchitectureSet Architectures) const { in targets() 51 [Architectures](const Target &Target) { in targets() 52 return Architectures.has(Target.Arch); in targets()
|
/external/capstone/ |
D | ChangeLog | 47 - Various updates & bugfixes for all architectures. 48 - Add 4 new architectures: EVM, M68K, M680X & TMS320C64x. 458 - More details provided in cs_detail struct for all architectures. 470 [ Architectures ] 472 - New architectures: Sparc, SystemZ & XCore. 478 architectures (to enable cross-architecture analysis). 479 - Use common instruction group types across all architectures (to enable 523 - Much faster, while consuming less memory for all architectures. 529 to any architectures or bindings, so bindings version 2.1 can be used with this 545 to any architectures or bindings, so bindings version 2.1 can be used with this [all …]
|
D | COMPILE_CMAKE.TXT | 35 - CAPSTONE_ARCHITECUTRE_DEFAULT: Whether architectures are enabled by default. 36 … Set this of OFF with -DCAPSTONE_ARCHITECUTRE_DEFAULT=OFF to dissable all architectures by default. 39 By default, all architectures are compiled in. 104 Will just target the x86 architecture. The list of available architectures is: ARM,
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | tf_to_jit_invocations.cc | 152 llvm::ArrayRef<StringRef> architectures, in PackJITCompileOpPattern() 158 architectures(architectures), in PackJITCompileOpPattern() 198 rewriter.getStrArrayAttr(architectures), in matchAndRewrite() 208 llvm::ArrayRef<StringRef> architectures; member 224 explicit TFToJITInvocationPass(llvm::ArrayRef<std::string> architectures, in TFToJITInvocationPass() 229 architectures_ = architectures; in TFToJITInvocationPass() 256 llvm::ArrayRef<StringRef> architectures, in PopulateTFToJITInvocationPatterns() argument 262 patterns->insert<PackJITCompileOpPattern>(ctx, architectures, tile_sizes, in PopulateTFToJITInvocationPatterns() 268 llvm::ArrayRef<std::string> architectures, in CreateTFToJITInvocationPass() argument 272 architectures, tile_sizes, unroll_factors, max_supported_rank, enable_ftz, in CreateTFToJITInvocationPass()
|
/external/webrtc/tools_webrtc/ios/ |
D | build_ios_libs.py | 51 help='Architectures to build. Defaults to %(default)s.') 85 def _CleanTemporary(output_dir, architectures): argument 88 for arch in architectures: 152 architectures = list(args.arch) 156 _CleanTemporary(args.output_dir, architectures) 165 # Build all architectures. 166 for arch in architectures: 173 for arch in architectures] 211 for arch in architectures]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | TapiUniversal.h | 44 MachO::getCPUTypeFromArchitecture(Parent->Architectures[Index]); in getCPUType() 50 MachO::getCPUTypeFromArchitecture(Parent->Architectures[Index]); in getCPUSubType() 55 return MachO::getArchitectureName(Parent->Architectures[Index]); in getArchFlagName() 89 return ObjectForArch(this, Architectures.size()); in end_objects() 96 uint32_t getNumberOfObjects() const { return Architectures.size(); } in getNumberOfObjects() 103 std::vector<MachO::Architecture> Architectures; variable
|
/external/strace/ |
D | NEWS | 151 * Fixed v4l2 pixelformat decoding on big-endian architectures. 192 decoding (on architectures with multiple personalities) is now available 218 * Inability to configure multiple personality support on architectures where 248 to make it in line with other multi-personality architectures. 378 architectures. 393 * Fixed decoding of sgetmask and ssetmask syscalls on 64-bit architectures. 421 * Fixed pathmatch of oldselect syscall on 64-bit architectures. 563 * Fixed build on arc, metag, nios2, or1k, and tile architectures. 564 * Fixed decoding of 32-bit times syscall return value on 64-bit architectures. 591 syscalls on 64-bit architectures. [all …]
|
/external/capstone/windowsce/ |
D | COMPILE.md | 77 # Architectures supported at runtime 79 …architectures: ARM, ARM64 (AArch64), M68K, MIPS, PowerPC, Sparc, SystemZ, x86 and XCore. However, … 90 By default, `DISASM_ARCH_LIST` includes support for **all** architectures supported by Capstone. 95 will produce a Capstone binary that supports the following architectures: ARM, ARM64 and x86. 101 …et** of the features of Capstone, but still supports all the selected architectures, please specif…
|
/external/skia/tools/skqp/ |
D | create_apk.py | 8 APK with native libraries for all four architectures: arm, arm64, x86, and 9 x64. You can instead list the architectures you want as arguments to this 149 for arch in opts.architectures: 182 arches = '_'.join(sorted(opts.architectures)) 212 self.architectures = args if args else skia_to_android_arch_name_map.keys() 228 ('Architectures', self.architectures)]:
|
/external/arm-trusted-firmware/ |
D | readme.rst | 5 for `Arm A-Profile architectures`_ (Armv8-A and Armv7-A), including an Exception 19 software models that are based on the Armv8-A and Armv7-A architectures. 48 .. _Arm A-Profile architectures: https://developer.arm.com/architectures/cpu-architecture/a-profile
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTDarwinUtils.cmake | 27 # There isn't a clear mapping of what architectures are supported with a given 28 # target platform, but ld's version output does list the architectures it can 43 message(WARNING "Detecting supported architectures from 'ld -v' failed. Returning default set.") 50 # This function takes an OS and a list of architectures and identifies the 51 # subset of the architectures list that the installed toolchain can target. 54 message(STATUS "Using cached valid architectures for ${os}.") 60 message(STATUS "Finding valid architectures for ${os}...") 98 CACHE STRING "List of valid architectures for platform ${os}.") 371 # architectures we bail here.
|
/external/angle/third_party/abseil-cpp/absl/copts/ |
D | AbseilConfigureCopts.cmake | 17 # compile for multiple architectures as specified by the OSX_ARCHITECTURES 29 # does not reflect multiple architectures at all. 31 # When compiling for multiple architectures, a build system can invoke a 34 # - once: a single command line for multiple architectures (Ninja build)
|
/external/iproute2/include/uapi/linux/ |
D | types.h | 38 * architectures) and to 8-byte boundaries on 64-bit architectures. The new 40 * aligned_64 values have the same alignment on 32-bit and 64-bit architectures.
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | sembuf.h | 9 * The semid64_ds structure for most architectures (though it came from x86_32 17 * 64 bit architectures use a 64-bit long time field here, while 18 * 32 bit architectures have a pair of unsigned long values.
|
D | posix_types.h | 11 * architectures, so that you can override them. 63 * Most 32 bit architectures use "unsigned int" size_t, 64 * and all 64 bit architectures use "unsigned long" size_t.
|
D | stat.h | 7 * eternity. Hopefully, this version gets used by new architectures 14 * By convention, 64 bit architectures use the stat interface, while 15 * 32 bit architectures use the stat64 interface. Note that we don't
|
/external/kernel-headers/original/uapi/linux/ |
D | types.h | 43 * architectures) and to 8-byte boundaries on 64-bit architectures. The new 45 * aligned_64 values have the same alignment on 32-bit and 64-bit architectures.
|
/external/ltp/testcases/kernel/crypto/ |
D | af_alg05.c | 12 * issue only reproduces on certain architectures, such as arm and arm64. 16 * ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE macro. It can crash on all architectures. 34 /* with the bug, this crashed the kernel on some architectures */ in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | Architecture.def | 14 /// X86 architectures sorted by cpu type and sub type id. 22 /// ARM architectures sorted by cpu sub type id. 36 /// ARM64 architectures sorted by cpu sub type id.
|
/external/kmod/testsuite/ |
D | README | 7 different scenarios, configurations and architectures. The idea is that once we 20 run tests as root and figure out how to deal with different architectures. 37 architectures, so don't print arch-dependent content if you are comparing
|
/external/rust/crates/gdbstub_arch/src/arm/reg/ |
D | mod.rs | 1 //! `Register` structs for various ARM architectures. 3 /// `RegId` definitions for ARM architectures.
|
/external/rust/crates/gdbstub_arch/src/riscv/reg/ |
D | mod.rs | 1 //! `Register` structs for RISC-V architectures. 3 /// `RegId` definitions for RISC-V architectures.
|
/external/rust/crates/gdbstub_arch/src/ppc/reg/ |
D | mod.rs | 1 //! `Register` structs for PowerPC architectures 3 /// `RegId` definitions for PowerPC architectures.
|
/external/llvm/tools/dsymutil/ |
D | BinaryHolder.h | 50 /// when there are multiple architectures available for the 62 /// returned when there are multiple architectures available for the 75 /// architectures available for the requested file. 91 /// multiple architectures available for the requested file.
|