Home
last modified time | relevance | path

Searched refs:architecture (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/node/deps/v8/src/base/
H A Dbuild_config.h10 // 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 Dcpu.cc234 // 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 Dcpu.h5 // 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 Dv8config.h726 // 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 Dv8-unwinder-state.h26 #error Target architecture was not detected as supported by v8
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c38 #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 Dppc-darwin.S34 #include <architecture/ppc/mode_independent_asm.h>
159 #error undefined architecture
176 #error undefined architecture
/third_party/skia/third_party/externals/brotli/
H A Dconfigure-cmake109 --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 Dassembler-inl.h31 #error Unknown architecture.
H A Dassembler-arch.h31 #error Unknown architecture.
H A Dconstants-arch.h29 #error Unsupported target architecture.
H A Dregister-arch.h31 #error Unknown architecture.
H A Dreglist.h29 #error Unknown architecture.
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler-arch.h31 #error Unsupported target architecture.
/third_party/node/deps/v8/include/
H A Dv8-unwinder-state.h26 #error Target architecture was not detected as supported by v8
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-dynamic.tex74 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 Dbuildrelease.bat14 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 Dflush-cache.S96 # error Need flush_cache code for this architecture.
/third_party/python/Lib/idlelib/
H A Dhelp_about.py7 from platform import python_version, architecture namespace
19 bits = architecture()[0][:2]
/third_party/python/PC/
H A Dlauncher2.c1194 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 Dbuild_config.h99 // 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 Dx86_test-vk.sh63 dpkg --add-architecture i386
/third_party/ltp/include/
H A Dtst_atomic.h301 and an LTP implementation is missing for your architecture.
/third_party/node/deps/v8/src/execution/
H A Dsimulator.h34 #error Unsupported target architecture.
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.h128 #error Unknown target architecture pointer size

Completed in 27 milliseconds

1234