Searched refs:host_arch (Results 1 – 25 of 29) sorted by relevance
12
/external/v8/gypfiles/ |
D | detect_v8_host_arch.py | 43 host_arch = platform.machine() 47 if re.match(r'i.86', host_arch) or host_arch == 'i86pc': 48 host_arch = 'ia32' 49 elif host_arch in ['x86_64', 'amd64']: 50 host_arch = 'x64' 51 elif host_arch.startswith('arm'): 52 host_arch = 'arm' 53 elif host_arch == 'aarch64': 54 host_arch = 'arm64' 55 elif host_arch == 'mips64': [all …]
|
D | standalone.gypi | 61 'host_arch%': '<!pymod_do_main(detect_v8_host_arch)', 65 'host_arch%': 'ia32', 69 'host_arch%': '<(host_arch)', 70 'target_arch%': '<(host_arch)', 78 'host_arch%': '<(host_arch)', 112 'host_arch%': '<(host_arch)', 170 …['host_arch!="ppc" and host_arch!="ppc64" and host_arch!="ppc64le" and host_arch!="s390" and host_… 180 …d (target_arch=="x64" or target_arch=="arm" or (target_arch=="ia32" and host_arch=="x64"))) or (OS… 190 'host_arch%': '<(host_arch)', 250 ['(v8_target_arch=="arm" and host_arch!="arm") or \ [all …]
|
D | toolchain.gypi | 96 ['OS=="linux" and host_arch=="x64"', { 99 ['OS=="linux" and host_arch=="ia32"', { 108 …d (target_arch=="x64" or target_arch=="arm" or (target_arch=="ia32" and host_arch=="x64"))) or (OS… 139 ['host_arch=="ia32" or host_arch=="x64" or \ 140 host_arch=="ppc" or host_arch=="ppc64" or \ 141 host_arch=="s390" or host_arch=="s390x" or \ 202 ['v8_target_arch==host_arch', { 226 # 'v8_target_arch!=host_arch' 1032 ['host_arch=="s390" or host_arch=="s390x"', { 1050 ['host_arch=="s390" or host_arch=="s390x"', {
|
/external/tensorflow/tensorflow/contrib/makefile/ |
D | compile_nsync.sh | 55 host_arch=`uname -m` 56 case "$host_arch" in i[345678]86) host_arch=x86_32;; esac 199 case "$host_arch" in 201 *) android_os_arch="$android_os_arch-$host_arch";;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 1 if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'SystemZ']: 4 # CMake and autoconf diverge in naming or host_arch
|
/external/llvm/test/ExecutionEngine/ |
D | lit.local.cfg | 1 if config.root.host_arch in ['Sparc', '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/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 16 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/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | lit.local.cfg | 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64', 16 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/compiler-rt/test/cfi/icall/ |
D | lit.local.cfg | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/compiler-rt/test/cfi/cross-dso/icall/ |
D | lit.local.cfg | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/ |
D | lit.local.cfg | 2 if config.root.host_arch not in ['x86', 'x86_64']:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcLazy/ |
D | lit.local.cfg | 3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
|
/external/llvm/test/ExecutionEngine/OrcLazy/ |
D | lit.local.cfg | 3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
|
/external/compiler-rt/unittests/ |
D | lit.common.unit.configured.in | 11 config.host_arch = "@HOST_ARCH@"
|
/external/clang/test/ |
D | lit.site.cfg.in | 23 config.host_arch = "@HOST_ARCH@"
|
/external/compiler-rt/test/ |
D | lit.common.configured.in | 11 set_default("host_arch", "@HOST_ARCH@")
|
/external/llvm/test/ |
D | lit.site.cfg.in | 30 config.host_arch = "@HOST_ARCH@"
|
D | lit.site.cfg | 36 config.host_arch = "x86_64"
|
/external/compiler-rt/test/lsan/ |
D | lit.common.cfg | 49 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/swiftshader/third_party/llvm-7.0/llvm/test/ |
D | lit.site.cfg.py.in | 44 config.host_arch = "@HOST_ARCH@"
|
/external/u-boot/tools/buildman/ |
D | toolchain.py | 518 host_arch, archives = self.LocateArchUrl('list') 523 arch = re_arch.match(archive[len(host_arch):])
|
12