Home
last modified time | relevance | path

Searched refs:host_arch (Results 1 – 25 of 29) sorted by relevance

12

/external/v8/gypfiles/
Ddetect_v8_host_arch.py43 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 …]
Dstandalone.gypi61 '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 …]
Dtoolchain.gypi96 ['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/
Dcompile_nsync.sh55 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/
Dlit.local.cfg1 if config.root.host_arch in ['Sparc', 'PowerPC', 'AArch64', 'SystemZ']:
4 # CMake and autoconf diverge in naming or host_arch
/external/llvm/test/ExecutionEngine/
Dlit.local.cfg1 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/
Dlit.local.cfg11 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/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
16 if 'armv7' in root.host_arch:
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dlit.local.cfg11 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/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
16 if 'armv7' in root.host_arch:
/external/libunwind/
Dconfigure.ac106 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/
Dlit.local.cfg2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/compiler-rt/test/cfi/cross-dso/icall/
Dlit.local.cfg2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
Dlit.local.cfg2 if config.root.host_arch not in ['x86', 'x86_64']:
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcLazy/
Dlit.local.cfg3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
/external/llvm/test/ExecutionEngine/OrcLazy/
Dlit.local.cfg3 if config.root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64']:
/external/compiler-rt/unittests/
Dlit.common.unit.configured.in11 config.host_arch = "@HOST_ARCH@"
/external/clang/test/
Dlit.site.cfg.in23 config.host_arch = "@HOST_ARCH@"
/external/compiler-rt/test/
Dlit.common.configured.in11 set_default("host_arch", "@HOST_ARCH@")
/external/llvm/test/
Dlit.site.cfg.in30 config.host_arch = "@HOST_ARCH@"
Dlit.site.cfg36 config.host_arch = "x86_64"
/external/compiler-rt/test/lsan/
Dlit.common.cfg49 if config.host_os not in ['Linux'] or config.host_arch not in ['x86_64', 'mips64']:
/external/google-breakpad/src/build/
Dcommon.gypi48 '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/
Dlit.site.cfg.py.in44 config.host_arch = "@HOST_ARCH@"
/external/u-boot/tools/buildman/
Dtoolchain.py518 host_arch, archives = self.LocateArchUrl('list')
523 arch = re_arch.match(archive[len(host_arch):])

12