Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/protobuf/protoc-artifacts/
H A Dbuild-protoc.sh12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
15 # linux linux x86_64
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
19 # macos osx x86_64
21 # mingw windows x86_64
92 elif [[ "$ARCH" == x86_64 ]]; then
115 elif [[ "$ARCH" == x86_64 ]]; then
126 elif [[ "$ARCH" == x86_64 ]]; the
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H A Dpresubmit.bat56 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-7.3.0-2-any.pkg.tar.xz
57 wget -q http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gcc-libs-7.3.0-2-any.pkg.tar.xz
60 c:\tools\msys64\usr\bin\bash --login -c "pacman -Sy --noconfirm mingw-w64-x86_64-crt-git patch"
61 c:\tools\msys64\usr\bin\bash --login -c "pacman -U --noconfirm mingw-w64-x86_64-gcc*-7.3.0-2-any.pkg.tar.xz"
69 wget -q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.zip
71 unzip -q bazel-0.29.1-windows-x86_64.zip -d !BAZEL_DIR!
/third_party/node/deps/openssl/config/
H A DMakefile12 ASM_ARCHS = aix64-gcc-as BSD-x86 BSD-x86_64 \
13 darwin64-x86_64-cc darwin-i386-cc darwin64-arm64-cc linux-aarch64 \
14 linux-armv4 linux-elf linux-x86_64 \
16 solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN32
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin()
85 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo()
125 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoMicrosoft()
152 if (Triple.getArch() == Triple::x86_64) { in X86MCAsmInfoGNUCOFF()
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DNativeLibs.mk68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64
121 TARGET_X86_64 := x86_64
132 # android-21 and higher also support arm64 mips64 and x86_64
155 # (note: use no-asm on x86 and x86_64 to generate fully position independent code)
160 # x86_64
161 TARGET_X86_64_OPENSSL_CONFIG_TARGET := linux-x86_64
200 # x86_64
312 TOOLCHAIN_X86_64 := toolchains/x86_64
344 # x86_64
346 TOOLCHAIN_X86_64_PREFIX := x86_64
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
H A Dbuild.sh150 curl -L -k -O -s https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-installer-darwin-x86_64.sh
152 sh bazel-0.29.1-installer-darwin-x86_64.sh --prefix="${BAZEL_DIR}"
153 rm bazel-0.29.1-installer-darwin-x86_64.sh
/third_party/gptfdisk/
H A DMakefile10 # macOS, and Windows (x86_64 and i686).
53 ifeq ($(ARCH),x86_64)
83 CXX=x86_64-w64-mingw32-g++
85 STRIP=x86_64-w64-mingw32-strip
128 FATBINFLAGS=-arch x86_64 -arch arm64 -mmacosx-version-min=10.9
129 THINBINFLAGS=-arch x86_64 -mmacosx-version-min=10.9
/third_party/rust/crates/libc/src/hermit/
H A Dmod.rs38 } else if #[cfg(target_arch = "x86_64")] {
39 mod x86_64; modules
40 pub use self::x86_64::*;
/third_party/pulseaudio/include/
H A Dconfig.h274 #define PA_LIBDIR /usr/local/lib/x86_64-linux-gnu
298 #define PULSEDSP_LOCATION /usr/local/lib/x86_64-linux-gnu/pulseaudio
/third_party/rust/crates/memchr/src/memmem/
H A Dvector.rs34 #[cfg(target_arch = "x86_64")]
37 use core::arch::x86_64::*;
67 #[cfg(all(feature = "std", target_arch = "x86_64"))]
70 use core::arch::x86_64::*;
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess371 SUN_ARCH="x86_64"
815 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
845 echo x86_64-unknown-interix${UNAME_RELEASE}
855 echo x86_64-pc-mks
866 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
867 echo x86_64-unknown-cygwin
1022 x86_64:Linux:*:*)
1230 x86_64:Haiku:*:*)
1231 echo x86_64-unknown-haiku
1270 i386) UNAME_PROCESSOR=x86_64 ;;
[all...]
/third_party/musl/scripts/build_lite/
H A DMakefile208 mv -f src/ldso/x86_64/linux/* src/ldso/x86_64/ && \
212 mv -f src/linux/x86_64/linux/* src/linux/x86_64/ && \
224 LIBCXXDIR = $(TOPDIR)/prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/include
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp90 if (TT.getArch() == Triple::x86_64) in createTLOF()
161 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel()
223 getEffectiveX86CodeModel(CM, JIT, TT.getArch() == Triple::x86_64), in X86TargetMachine()
420 if (TT.getArch() == Triple::x86_64) { in addIRPasses()
532 if (TT.isOSWindows() && TT.getArch() == Triple::x86_64) in addPreEmitPass2()
/third_party/ltp/testcases/kernel/kvm/
H A DMakefile18 ifeq ($(HOST_CPU),x86_64)
38 ifeq ($(HOST_CPU),x86_64)
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/
H A Dmod.rs115 if #[cfg(target_arch = "x86_64")] {
116 mod x86_64; modules
117 pub use self::x86_64::*;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
H A Dmod.rs157 } else if #[cfg(any(target_arch = "x86_64"))] {
158 mod x86_64; modules
159 pub use self::x86_64::*;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Dmod.rs12 #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
14 #[cfg(not(all(target_arch = "x86_64", target_pointer_width = "32")))]
114 } else if #[cfg(any(target_arch = "x86_64"))] {
115 mod x86_64; modules
116 pub use self::x86_64::*;
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release-bazel/
H A Dbuild.bat33 wget -q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.zip
34 unzip -q bazel-0.29.1-windows-x86_64.zip
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/
H A Dbuild.bat33 wget -q https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-windows-x86_64.zip
34 unzip -q bazel-0.29.1-windows-x86_64.zip
/third_party/toybox/scripts/
H A Dmcm-buildall.sh156 sh4::--enable-incomplete-targets x86_64:: x86_64@x32:x32:
/third_party/lzma/C/
H A Dvar_mac_x64.mak7 MY_ARCH=-arch x86_64
/third_party/lzma/CPP/7zip/
H A Dvar_mac_x64.mak7 MY_ARCH=-arch x86_64
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.cpp26 RegisterTarget<Triple::x86_64, /*HasJIT=*/true> Y( in LLVMInitializeX86TargetInfo()
/third_party/eudev/
H A Dconfig.guess395 SUN_ARCH=x86_64
840 UNAME_PROCESSOR=x86_64 ;;
867 echo x86_64-unknown-interix${UNAME_RELEASE}
876 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
877 echo x86_64-unknown-cygwin
1041 x86_64:Linux:*:*)
1260 x86_64:Haiku:*:*)
1261 echo x86_64-unknown-haiku
1303 i386) UNAME_PROCESSOR=x86_64 ;;
1322 UNAME_PROCESSOR=x86_64
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess402 SUN_ARCH=x86_64
847 UNAME_PROCESSOR=x86_64 ;;
874 echo x86_64-unknown-interix"$UNAME_RELEASE"
883 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
884 echo x86_64-unknown-cygwin
1048 x86_64:Linux:*:*)
1256 x86_64:Haiku:*:*)
1257 echo x86_64-unknown-haiku
1299 i386) UNAME_PROCESSOR=x86_64 ;;
1318 UNAME_PROCESSOR=x86_64
[all...]

Completed in 11 milliseconds

123456