/external/valgrind/tests/ |
x86_amd64_features.c | 7 // This file determines x86/AMD64 features a processor supports. 13 // any feature if run on a non-x86/AMD64 machine). 105 } else if ( strcmp( cpu, "amd64-sse3" ) == 0 ) { 108 } else if ( strcmp( cpu, "amd64-pclmulqdq" ) == 0 ) { 111 } else if ( strcmp( cpu, "amd64-ssse3" ) == 0 ) { 114 } else if ( strcmp( cpu, "amd64-cx16" ) == 0 ) { 117 } else if ( strcmp( cpu, "amd64-lzcnt" ) == 0 ) { 121 } else if ( strcmp( cpu, "amd64-sse42" ) == 0 ) { 124 } else if ( strcmp( cpu, "amd64-avx" ) == 0 ) { 128 } else if (strcmp (cpu, "amd64-fma4" ) == 0) [all...] |
/external/google-breakpad/src/processor/ |
stackwalker_amd64.h | 30 // 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,
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
asm_test.go | 114 {"amd64", "linux", ` 121 {"amd64", "linux", ` 128 {"amd64", "linux", ` 136 {"amd64", "linux", ` 144 {"amd64", "linux", ` 152 {"amd64", "linux", ` 160 {"amd64", "linux", ` 168 {"amd64", "linux", ` 176 {"amd64", "linux", ` 184 {"amd64", "linux", [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
asm_test.go | 114 {"amd64", "linux", ` 121 {"amd64", "linux", ` 128 {"amd64", "linux", ` 136 {"amd64", "linux", ` 144 {"amd64", "linux", ` 152 {"amd64", "linux", ` 160 {"amd64", "linux", ` 168 {"amd64", "linux", ` 176 {"amd64", "linux", ` 184 {"amd64", "linux", [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/sys/ |
arch.go | 10 // For example, amd64 and amd64p32 are both members of the AMD64 family, 15 AMD64 ArchFamily = iota 62 Name: "amd64", 63 Family: AMD64, 73 Family: AMD64,
|
/prebuilts/go/linux-x86/src/cmd/internal/sys/ |
arch.go | 10 // For example, amd64 and amd64p32 are both members of the AMD64 family, 15 AMD64 ArchFamily = iota 62 Name: "amd64", 63 Family: AMD64, 73 Family: AMD64,
|
/prebuilts/go/darwin-x86/src/cmd/link/ |
main.go | 9 "cmd/link/internal/amd64" 43 case "amd64", "amd64p32": 44 amd64.Init()
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_sigaction.c | 5 // +build linux,amd64 15 // sigaction ? are specific to linux/amd64. 24 // This is GNU/Linux i386/amd64 specific.
|
gcc_mmap.c | 5 // +build linux,amd64
|
/prebuilts/go/linux-x86/src/cmd/link/ |
main.go | 9 "cmd/link/internal/amd64" 43 case "amd64", "amd64p32": 44 amd64.Init()
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_sigaction.c | 5 // +build linux,amd64 15 // sigaction ? are specific to linux/amd64. 24 // This is GNU/Linux i386/amd64 specific.
|
/development/host/windows/usb/ |
readme.txt | 14 * Subfolder amd64 containing files for AMD 64-bit installation:
19 File contained in i386 and amd64 subfolders are Microsoft distributives needed
21 folder, respectively to the OS: copy x86 files to i386 subfolder, and amd64
22 files to amd64 subfolder.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
README.tcltk-AMD64 | 1 Comments on building tcl/tk for AMD64 with the MS SDK compiler
10 Second, the AMD64 compiler refuses to compile the file
28 nmake -f makefile.vc MACHINE=AMD64
34 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 MACHINE=AMD64
|
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
SecMain.inf | 78 MSFT:*_*_X64_DLINK_FLAGS == /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib\AMD64" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib\AMD64" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:AMD64 /LTCG Kernel32.lib MSVCRTD.lib Gdi32.lib User32.lib Winmm.lib Advapi32.lib
79 MSFT:*_VS2015_X64_DLINK_FLAGS == /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib\AMD64" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib\AMD64" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:AMD64 /LTCG Kernel32.lib MSVCRTD.lib vcruntimed.lib ucrtd.lib Gdi32.lib User32.lib Winmm.lib Advapi32.lib
80 MSFT:*_VS2015x86_X64_DLINK_FLAGS == /out:"$(BIN_DIR)\SecMain.exe" /base:0x10000000 /pdb:"$(BIN_DIR)\SecMain.pdb" /LIBPATH:"$(VCINSTALLDIR)\Lib\AMD64" /LIBPATH:"$(VCINSTALLDIR)\PlatformSdk\Lib\AMD64" /NOLOGO /SUBSYSTEM:CONSOLE /NODEFAULTLIB /IGNORE:4086 /MAP /OPT:REF /DEBUG /MACHINE:AMD64 /LTCG Kernel32.lib MSVCRTD.lib vcruntimed.lib ucrtd.lib Gdi32.lib User32.lib Winmm.lib Advapi32.lib
|
/external/python/cpython2/PC/VS9.0/ |
build_tkinter.py | 36 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/skia/experimental/xps_to_png/ |
compile_xps_to_png.bat | 6 @set CSC="C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\csc.exe"
|
/external/toolchain-utils/bestflags/examples/omnetpp/ |
build_omnetpp | 45 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/valgrind/coregrind/m_gdbserver/ |
amd64-avx-coresse.xml | 8 <!-- AMD64 - core and sse and avx. -->
|
/external/valgrind/memcheck/tests/solaris/ |
scalar.vgtest | 7 # Therefore x86 and amd64 stack traces are unified so that they contain only
|
/external/valgrind/none/tests/ |
nestedfns.c | 4 modifying code on the stack, at least on x86 and amd64. It now
|
/prebuilts/go/darwin-x86/misc/cgo/test/issue9400/ |
asm_amd64x.s | 5 // +build amd64 amd64p32
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/ |
asm4.s | 5 // +build amd64
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
cipher_generic.go | 5 // +build !amd64,!s390x
|
/prebuilts/go/darwin-x86/src/runtime/internal/sys/ |
zgoarch_amd64.go | 5 const GOARCH = `amd64`
|
/prebuilts/go/darwin-x86/src/runtime/ |
lfstack_64bit.go | 5 // +build amd64 arm64 mips64 mips64le ppc64 ppc64le s390x 26 // On AMD64, virtual addresses are 48-bit numbers sign extended to 64. 42 if GOARCH == "amd64" { 43 // amd64 systems can place the stack above the VA hole, so we need to sign extend
|