Home
last modified time | relevance | path

Searched full:amd64 (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/external/clang/test/Driver/
Dbitrig.c1 // RUN: %clang -no-canonical-prefixes -target amd64-pc-bitrig %s -### 2>&1 \
3 // CHECK-LD-C: clang{{.*}}" "-cc1" "-triple" "amd64-pc-bitrig"
4 // CHECK-LD-C: ld{{.*}}" {{.*}} "-lc" "-lclang_rt.amd64"
6 // RUN: %clangxx -stdlib=platform -no-canonical-prefixes -target amd64-pc-bitrig %s -### 2>&1 \
8 // CHECK-LD-CXX-STDLIB: clang{{.*}}" "-cc1" "-triple" "amd64-pc-bitrig"
9 …CHECK-LD-CXX-STDLIB: ld{{.*}}" {{.*}} "-lc++" "-lc++abi" "-lpthread" "-lm" "-lc" "-lclang_rt.amd64"
11 // RUN: %clangxx -stdlib=libstdc++ -no-canonical-prefixes -target amd64-pc-bitrig %s -### 2>&1 \
13 // CHECK-LD-CXX: clang{{.*}}" "-cc1" "-triple" "amd64-pc-bitrig"
14 // CHECK-LD-CXX: ld{{.*}}" {{.*}} "-lstdc++" "-lm" "-lc" "-lclang_rt.amd64"
16 // RUN: %clang -no-canonical-prefixes -target amd64-pc-bitrig -pthread %s -### 2>&1 \
[all …]
Dclang-translation.c199 // RUN: %clang -target amd64-unknown-openbsd5.2 -### -S %s 2>&1 | \
200 // RUN: FileCheck -check-prefix=AMD64 %s
201 // AMD64: clang
202 // AMD64: "-cc1"
203 // AMD64: "-triple"
204 // AMD64: "amd64-unknown-openbsd5.2"
205 // AMD64: "-munwind-tables"
207 // RUN: %clang -target amd64--mingw32 -### -S %s 2>&1 | \
208 // RUN: FileCheck -check-prefix=AMD64-MINGW %s
209 // AMD64-MINGW: clang
[all …]
Dfreebsd.cpp1 // RUN: %clangxx %s -### -o %t.o -target amd64-unknown-freebsd10.0 -stdlib=platform 2>&1 \
3 // RUN: %clangxx %s -### -o %t.o -target amd64-unknown-freebsd9.2 -stdlib=platform 2>&1 \
8 // RUN: %clangxx %s -### -pg -o %t.o -target amd64-unknown-freebsd10.0 -stdlib=platform 2>&1 \
10 // RUN: %clangxx %s -### -pg -o %t.o -target amd64-unknown-freebsd9.2 -stdlib=platform 2>&1 \
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.0-AMD641 Information for amd64 users
5 filesystems on amd64 machines. These filesystems work correctly on amd64
6 machines, but cannot be mounted on non-amd64 machines. Likewise, filesystems
7 generated on non amd64 machines could not be mounted on amd64 machines.
11 This bug is now fixed in this release. However, all amd64 filesystems
12 generated by previous releases will not be mountable on amd64 machines
13 with this release. If you have pre-existing amd64 generated filesystems,
/external/syzkaller/
DMakefile9 # The last 2 differ for e.g. amd64 OS and 386 test processes (compat syscall testing).
12 # For example, to test linux/amd64 on linux/amd64, you just run:
14 # To test linux/arm64 from darwin/amd64 host, run:
15 # make HOSTOS=darwin HOSTARCH=amd64 TARGETOS=linux TARGETARCH=arm64
17 # make TARGETVMARCH=amd64 TARGETARCH=386
202 env HOSTOS=darwin HOSTARCH=amd64 $(MAKE) host
205 env HOSTOS=linux HOSTARCH=amd64 $(MAKE) host
208 env TARGETOS=linux TARGETARCH=amd64 $(MAKE) target
215 env TARGETOS=linux TARGETARCH=amd64 TARGETVMARCH=386 $(MAKE) target
229 env HOSTOS=freebsd HOSTARCH=amd64 $(MAKE) host
[all …]
/external/google-breakpad/src/processor/
Dstackwalker_amd64.h30 // stackwalker_amd64.h: amd64-specific stackwalker.
32 // Provides stack frames given amd64 register context and a memory region
33 // corresponding to a amd64 stack.
55 // context is a amd64 context object that gives access to amd64-specific
66 // A STACK CFI-driven frame walker for the AMD64
69 // Implementation of Stackwalker, using amd64 context (stack pointer in %rsp,
/external/syzkaller/executor/
Ddefs.h7 #define GOARCH "amd64"
22 #define GOARCH "amd64"
37 #define GOARCH "amd64"
72 #define GOARCH "amd64"
117 #define GOARCH "amd64"
177 #define GOARCH "amd64"
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzptrace386_linux.go1 // Code generated by linux/mkall.go generatePtracePair(386, amd64). DO NOT EDIT.
4 // +build 386 amd64
41 // PtraceRegsAmd64 is the registers used by amd64 binaries.
72 // PtraceGetRegsAmd64 fetches the registers used by amd64 binaries.
77 // PtraceSetRegsAmd64 sets the registers used by amd64 binaries.
/external/syzkaller/docs/
Dfreebsd.md5 So far the process is tested only on linux/amd64 host. To build Go binaries do:
17 …tructions](https://wiki.qemu.org/Hosts/BSD). I used `FreeBSD-11.0-RELEASE-amd64.qcow2` image, and …
48 qemu-system-x86_64 -m 2048 -hda FreeBSD-11.0-RELEASE-amd64.qcow2 -enable-kvm -netdev user,id=mynet0…
56 "target": "freebsd/amd64",
60 "image": "/FreeBSD-11.1-RELEASE-amd64.qcow2",
94 - Currently only `amd64` arch is supported. Supporting `386` would be useful, because it should cov…
Dnetbsd.md10 …* To install the .iso file in the .img: (Here NetBSD-7.0.2-amd64.iso is the iso file and NetBSD.im…
12 qemu-system-x86_64 -hda NetBSD.img -cdrom NetBSD-7.0.2-amd64.iso
20 2. So far the process is tested only on linux/amd64 host. To build Go binaries do:
43 … --workdir anitatemp install http://nycdn.netbsd.org/pub/NetBSD-daily/netbsd-8/201710221410Z/amd64/
87 "target": "netbsd/amd64",
131 - Currently only `amd64` arch is supported. Supporting `386` would be useful, because it should cov…
/external/libusb/.private/
Dbd.cmd27 set AMD64= variable
53 set AMD64=1 variable
54 set BUILD_DEFAULT_TARGETS=-amd64
56 set _BUILDARCH=AMD64
57 set PATH=%BASEDIR%\bin\x86\amd64;%BASEDIR%\bin\x86
/external/zlib/src/contrib/masmx64/
Dreadme.txt4 longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
5 for use with Microsoft Macro Assembler (x64) for AMD64 and Microsoft C++ 64 bits.
26 run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe)
30 You can get Windows 2003 server DDK with ml64 and cl for AMD64 from
/external/syzkaller/sys/targets/
Dtargets.go19 VMArch string // e.g. amd64 for 386, or arm64 for arm
112 "amd64": {
127 VMArch: "amd64",
165 "amd64": {
173 "amd64": {
181 "amd64": {
219 "amd64": {
226 "amd64": {
/external/toolchain-utils/bestflags/examples/omnetpp/
Dbuild_omnetpp45 content=$(sed s/amd64-m64-gcc41-kk/test$file/ config/linux64-amd64-pgi.cfg)
46 echo "$content" | sed s/-O2/-O1\ "$flags"/ >config/linux64-amd64-pgi$file.cfg
48 /usr/bin/time -o temp$file runspec --config linux64-amd64-pgi$file -D --action=build 471.omnetpp
/external/python/cpython2/PC/VS9.0/
Dbuild_tkinter.py36 elif platform == "AMD64":
38 machine = "AMD64"
69 if len(sys.argv) < 2 or sys.argv[1] not in ("Win32", "AMD64"):
70 print("%s Win32|AMD64" % sys.argv[0])
/external/zlib/src/contrib/
DREADME.contrib11 amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com>
12 asm code for AMD64
29 GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
49 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
/external/syzkaller/pkg/build/
Dbuild.go65 case targetOS == "linux" && targetArch == "amd64" && vmType == "gvisor":
67 case targetOS == "linux" && targetArch == "amd64" && (vmType == "qemu" || vmType == "gce"):
69 case targetOS == "fuchsia" && (targetArch == "amd64" || targetArch == "arm64") && vmType == "qemu":
71 case targetOS == "akaros" && targetArch == "amd64" && vmType == "qemu":
/external/syzkaller/sys/syz-extract/
Dnetbsd.go29 {"amd64", "machine"},
30 {"amd64", "amd64"},
61 "-I", filepath.Join(arch.sourceDir, "sys", "arch", "amd64"),
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtailcall-ri64.ll1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=AMD64
6 ; AMD64: jmpq
7 ; AMD64-NOT: %{{e[a-z]|rbx|rbp|r10|r12|r13|r14|r15}}
/external/zlib/src/
DCMakeLists.txt9 option(AMD64 "Enable building amd64 assembly implementation") option
135 elseif (AMD64)
136 set(ZLIB_ASMS contrib/amd64/amd64-match.S)
152 elseif (AMD64)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailcall-ri64.ll1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=AMD64
6 ; AMD64: jmpq
7 ; AMD64-NOT: %{{e[a-z]|rbx|rbp|r10|r12|r13|r14|r15}}
/external/llvm/test/CodeGen/X86/
Dtailcall-ri64.ll1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=AMD64
6 ; AMD64: jmpq
7 ; AMD64-NOT: %{{e[a-z]|rbx|rbp|r10|r12|r13|r14|r15}}
/external/toolchain-utils/go/chromeos/
Dbuild_go17 # Build the Go toolchain for amd64 targets.
18 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
22 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
/external/python/cpython3/
D.gitignore62 PC/*/amd64
71 PCbuild/amd64/
112 Tools/ssl/amd64
/external/python/cpython3/Tools/msi/
Dpurge.py66 "python-{}-amd64.exe".format(m.group(0)),
67 "python-{}-amd64-webinstall.exe".format(m.group(0)),
68 ] + ["win32{}/{}".format(REL, f) for f in FILES] + ["amd64{}/{}".format(REL, f) for f in FILES]

12345678910>>...30