/third_party/node/deps/v8/src/base/ |
H A 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 x3 [all...] |
H A D | cpu.cc | 234 // Result is 0 on r6 architectures, 1 on other architecture revisions. 369 switch (features.architecture) { in StarboardDetectCPU() 618 // Extract architecture from the "CPU Architecture" field. in CPU() 624 char* architecture = cpu_info.ExtractField("CPU architecture"); in CPU() local 625 if (architecture != nullptr) { in CPU() 627 architecture_ = strtol(architecture, &end, 10); in CPU() 628 if (end == architecture) { in CPU() 629 // Kernels older than 3.18 report "CPU architecture: AArch64" on ARMv8. in CPU() 630 if (strcmp(architecture, "AArch6 in CPU() [all...] |
H A 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 in v8::base::final
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8config.h | 726 // Processor architecture detection. For more info on what's defined, see: 730 // The V8_HOST_ARCH_* macros correspond to the architecture on which V8, as a 731 // virtual machine and compiler, runs. Don't confuse this with the architecture 779 #error "Host architecture was not detected as supported by v8" 782 // Target architecture detection. This corresponds to the architecture for which 785 // architecture, that is, target the native environment as presented by the 820 #error Target architecture was not detected as supported by v8 824 // Determine architecture pointer size. 860 #error Unknown target architecture pointe [all...] |
H A D | v8-unwinder-state.h | 26 #error Target architecture was not detected as supported by v8
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-ffi_darwin.c | 38 #include <architecture/ppc/mode_independent_asm.h> 116 #error undefined architecture in ffi_prep_args() 201 #error undefined architecture in ffi_prep_args() 223 #error undefined architecture in ffi_prep_args() 279 #error undefined architecture in ffi_prep_args() 408 #error undefined architecture in ffi_prep_cif_machdep() 452 #error undefined architecture in ffi_prep_cif_machdep() 510 #error undefined architecture in ffi_prep_cif_machdep() 532 #error undefined architecture in ffi_prep_cif_machdep() 544 #error undefined architecture in ffi_prep_cif_machdep() [all...] |
H A D | ppc-darwin.S | 34 #include <architecture/ppc/mode_independent_asm.h> 159 #error undefined architecture 176 #error undefined architecture
|
/third_party/skia/third_party/externals/brotli/ |
H A D | configure-cmake | 109 --prefix=PREFIX install architecture-independent files in PREFIX 115 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 121 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
|
/third_party/node/deps/v8/src/codegen/ |
H A D | assembler-inl.h | 31 #error Unknown architecture.
|
H A D | assembler-arch.h | 31 #error Unknown architecture.
|
H A D | constants-arch.h | 29 #error Unsupported target architecture.
|
H A D | register-arch.h | 31 #error Unknown architecture.
|
H A D | reglist.h | 29 #error Unknown architecture.
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler-arch.h | 31 #error Unsupported target architecture.
|
/third_party/node/deps/v8/include/ |
H A D | v8-unwinder-state.h | 26 #error Target architecture was not detected as supported by v8
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 74 Exactly how this index is derived depends on the architecture. For 75 example, on RISC and EPIC-style architecture, instructions have a 105 architecture-specific and on some architecture, it is not used at 179 architecture-specific. 187 architecture-specific (see architecture-specific sections below). 226 architecture-specific sections for details). The value of 339 \Var{val}. See the architecture-specific sections for a description 345 \Var{val}. See the architecture [all...] |
/third_party/python/Tools/msi/ |
H A D | buildrelease.bat | 14 rem {arch} architecture amd64, win32
27 rem {arch} architecture amd64, win32
247 echo If no architecture is specified, all architectures will be built.
259 echo {arch} architecture amd64, win32
|
/third_party/libunwind/libunwind/tests/ |
H A D | flush-cache.S | 96 # error Need flush_cache code for this architecture.
|
/third_party/python/Lib/idlelib/ |
H A D | help_about.py | 7 from platform import python_version, architecture namespace 19 bits = architecture()[0][:2]
|
/third_party/python/PC/ |
H A D | launcher2.c | 1194 const wchar_t *architecture; member 1475 copyWstr(&env->architecture, fallbackArch); in _registryReadLegacyEnvironment() 1485 copyWstr(&env->architecture, L"32bit"); in _registryReadLegacyEnvironment() 1488 copyWstr(&env->architecture, L"64bit"); in _registryReadLegacyEnvironment() 1495 if (0 == _compare(env->architecture, -1, L"32bit", -1)) { in _registryReadLegacyEnvironment() 1566 exitCode = _registryReadString(&env->architecture, root, NULL, L"SysArchitecture"); in _registryReadEnvironment() 1672 // Assume packages are native architecture, which means we need to append in appxSearch() 1685 copyWstr(&env->architecture, L"64bit"); in appxSearch() 1687 copyWstr(&env->architecture, L"ARM64"); in appxSearch() 2104 if (env->architecture) { in _is32Bit() [all...] |
/third_party/gn/src/util/ |
H A D | build_config.h | 99 // Processor architecture detection. For more info on what's defined, see: 189 #error Please add support for your architecture in build_config.h
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
H A D | x86_test-vk.sh | 63 dpkg --add-architecture i386
|
/third_party/ltp/include/ |
H A D | tst_atomic.h | 301 and an LTP implementation is missing for your architecture.
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator.h | 34 #error Unsupported target architecture.
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.h | 128 #error Unknown target architecture pointer size
|