/external/v8/build/ |
D | detect_v8_host_arch.py | 43 host_arch = platform.machine() 46 if re.match(r'i.86', host_arch) or host_arch == 'i86pc': 47 host_arch = 'ia32' 48 elif host_arch in ['x86_64', 'amd64']: 49 host_arch = 'x64' 50 elif host_arch.startswith('arm'): 51 host_arch = 'arm' 52 elif host_arch == 'aarch64': 53 host_arch = 'arm64' 54 elif host_arch == 'mips64': [all …]
|
D | standalone.gypi | 54 'host_arch%': '<!pymod_do_main(detect_v8_host_arch)', 58 'host_arch%': 'ia32', 62 'host_arch%': '<(host_arch)', 63 'target_arch%': '<(host_arch)', 65 'host_arch%': '<(host_arch)', 69 'host_arch%': '<(host_arch)', 98 ['(v8_target_arch=="arm" and host_arch!="arm") or \ 99 (v8_target_arch=="arm64" and host_arch!="arm64") or \ 100 (v8_target_arch=="mipsel" and host_arch!="mipsel") or \ 101 (v8_target_arch=="mips64el" and host_arch!="mips64el") or \ [all …]
|
D | toolchain.gypi | 95 ['host_arch=="ia32" or host_arch=="x64" or clang==1', { 154 ['v8_target_arch==host_arch and android_webview_build==0', { 178 # 'v8_target_arch!=host_arch'
|
/external/scrypt/ |
D | Scrypt-config.mk | 94 host_arch := x86 96 host_arch := unknown_arch 99 host_c_flags := $(common_c_flags) $($(host_arch)_c_flags) $(local_c_flags) 101 host_src_files := $(common_src_files) $($(host_arch)_src_files) 102 host_src_files := $(filter-out $($(host_arch)_exclude_files), $(host_src_files))
|
D | import_scrypt.sh | 337 host_arch := x86 339 host_arch := unknown_arch 342 host_c_flags := \$(common_c_flags) \$(\$(host_arch)_c_flags) \$(local_c_flags) 344 host_src_files := \$(common_src_files) \$(\$(host_arch)_src_files) 345 host_src_files := \$(filter-out \$(\$(host_arch)_exclude_files), \$(host_src_files))
|
/external/pdfium/build/ |
D | standalone.gypi | 21 'host_arch%': 30 'host_arch%': 'ia32', 34 'host_arch%': '<(host_arch)', 35 'target_arch%': '<(host_arch)', 37 'host_arch%': '<(host_arch)', 41 'host_arch%': '<(host_arch)',
|
/external/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 1 if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']: 4 # CMake and autoconf diverge in naming or host_arch
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 15 if 'armv7' in root.host_arch:
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | lit.local.cfg | 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 15 if 'armv7' in root.host_arch:
|
/external/libunwind/ |
D | configure.ac | 106 SET_ARCH([$host_cpu],[host_arch]) 111 …[AS_CASE([$host_arch], [aarch64*|arm*|mips*|sh*|x86*], [enable_coredump=yes], [enable_coredump=no]… 127 [AS_IF([test x$target_arch == x$host_arch], [enable_setjmp=yes], [enable_setjmp=no])] 136 AC_MSG_RESULT([$host_arch]) 145 AM_CONDITIONAL(REMOTE_ONLY, test x$target_arch != x$host_arch) 188 if test x$target_arch != x$host_arch; then
|
/external/llvm/test/ExecutionEngine/OrcLazy/ |
D | lit.local.cfg | 1 if config.root.host_arch not in ['x86_64']:
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 213 ArchSpec host_arch (Host::GetArchitecture ()); in Handle_qHostInfo() local 214 const llvm::Triple &host_triple = host_arch.GetTriple(); in Handle_qHostInfo() 217 response.Printf (";ptrsize:%u;",host_arch.GetAddressByteSize()); in Handle_qHostInfo() 219 uint32_t cpu = host_arch.GetMachOCPUType(); in Handle_qHostInfo() 220 uint32_t sub = host_arch.GetMachOCPUSubType(); in Handle_qHostInfo()
|
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/ |
D | lit.local.cfg | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 308 ArchSpec host_arch; in GetArchitecture() local 410 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); in GetVendorString() local 411 const llvm::StringRef &str_ref = host_arch.GetTriple().getVendorName(); in GetVendorString() 423 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); in GetOSString() local 424 const llvm::StringRef &str_ref = host_arch.GetTriple().getOSName(); in GetOSString() 436 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture); in GetTargetTriple() local 437 g_host_triple.SetCString(host_arch.GetTriple().getTriple().c_str()); in GetTargetTriple()
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 12 config.host_arch = "@HOST_ARCH@"
|
/external/clang/test/ |
D | lit.site.cfg.in | 22 config.host_arch = "@HOST_ARCH@"
|
/external/compiler-rt/test/ |
D | lit.common.configured.in | 12 set_default("host_arch", "@HOST_ARCH@")
|
/external/llvm/test/ |
D | lit.site.cfg.in | 28 config.host_arch = "@HOST_ARCH@"
|
D | lit.site.cfg | 34 config.host_arch = "x86_64"
|
/external/compiler-rt/test/lsan/ |
D | lit.common.cfg | 48 if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64']:
|
/external/google-breakpad/src/build/ |
D | common.gypi | 48 'host_arch%': 51 'host_arch%': 'ia32', 56 'host_arch%': '<(host_arch)', 60 'target_arch%': '<(host_arch)', 88 'host_arch%': '<(host_arch)',
|
/external/llvm/autoconf/ |
D | configure.ac | 457 i?86-*) host_arch="x86" ;; 458 amd64-* | x86_64-*) host_arch="x86_64" ;; 459 sparc*-*) host_arch="Sparc" ;; 460 powerpc*-*) host_arch="PowerPC" ;; 461 arm64*-*) host_arch="AArch64" ;; 462 arm*-*) host_arch="ARM" ;; 463 aarch64*-*) host_arch="AArch64" ;; 464 mips-* | mips64-*) host_arch="Mips" ;; 465 mipsel-* | mips64el-*) host_arch="Mips" ;; 466 xcore-*) host_arch="XCore" ;; [all …]
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 127 if config.host_arch.find('64') != -1 and config.android != "1":
|
/external/llvm/ |
D | configure | 4210 i?86-*) host_arch="x86" ;; 4211 amd64-* | x86_64-*) host_arch="x86_64" ;; 4212 sparc*-*) host_arch="Sparc" ;; 4213 powerpc*-*) host_arch="PowerPC" ;; 4214 arm64*-*) host_arch="AArch64" ;; 4215 arm*-*) host_arch="ARM" ;; 4216 aarch64*-*) host_arch="AArch64" ;; 4217 mips-* | mips64-*) host_arch="Mips" ;; 4218 mipsel-* | mips64el-*) host_arch="Mips" ;; 4219 xcore-*) host_arch="XCore" ;; [all …]
|
/external/v8/ |
D | ChangeLog | 636 Set host_arch to ia32 on machines with a 32bit userland but a 64bit 652 Set host_arch to ia32 on machines with a 32bit userland but a 64bit
|