Home
last modified time | relevance | path

Searched refs:AMD64 (Results 1 – 25 of 47) sorted by relevance

12

/external/valgrind/VEX/auxprogs/
Dgenoffsets.c104 GENOFFSET(AMD64,amd64,RAX); in foo()
105 GENOFFSET(AMD64,amd64,RBX); in foo()
106 GENOFFSET(AMD64,amd64,RCX); in foo()
107 GENOFFSET(AMD64,amd64,RDX); in foo()
108 GENOFFSET(AMD64,amd64,RSI); in foo()
109 GENOFFSET(AMD64,amd64,RDI); in foo()
110 GENOFFSET(AMD64,amd64,RSP); in foo()
111 GENOFFSET(AMD64,amd64,RBP); in foo()
112 GENOFFSET(AMD64,amd64,R8); in foo()
113 GENOFFSET(AMD64,amd64,R9); in foo()
[all …]
/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
Dinffasx64.asm2 ; version for AMD64 on Windows using Microsoft C compiler
4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
10 ; with Microsoft Macro Assembler (x64) for AMD64
13 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
17 ; (you can get Windows WDK with ml64 for AMD64 from
Dgvmat64.asm6 ; (AMD64 on Athlon 64, Opteron, Phenom
47 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
51 ; (you can get Windows WDK with ml64 for AMD64 from
/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}}
Dtail-call-attrs.ll15 ; anyway. The AMD64 ABI isn't crystal clear on the matter).
/external/valgrind/
Dvalgrind.spec.in20 platforms: x86/Linux, AMD64/Linux, PPC32/Linux, PPC64/Linux, x86/MacOSX,
21 AMD64/MacOSX.
DREADME36 - AMD64/Linux
41 - AMD64/MacOSX
46 Note that AMD64 is just another name for x86_64, and Valgrind runs fine
DNEWS.old68 AMD64/Linux, PPC32/Linux and PPC64/Linux. Support for recent distros
476 AMD64/Linux, PPC32/Linux and PPC64/Linux.
503 AMD64/Linux.
517 - Valgrind now works on PPC64/Linux. As with the AMD64/Linux port,
711 AMD64 support is much improved, PPC32 support is good enough to be
715 - AMD64 support is much improved. The 64-bit vs. 32-bit issues in
717 cases. On AMD64 machines both 64-bit and 32-bit versions of
823 binaries on AMD64
855 112031 iopl on AMD64 and README_MISSING_SYSCALL_OR_IOCTL update
905 110652 AMD64 valgrind crashes on cwtd instruction
[all …]
/external/opencv3/cmake/
DOpenCVDetectCXXCompiler.cmake96 if(OPENCV_GCC_TARGET_MACHINE MATCHES "amd64|x86_64|AMD64")
106 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64.*|x86_64.*|AMD64.*")
108 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "i686.*|i386.*|x86.*|amd64.*|AMD64.*")
DOpenCVConfig.cmake94 if(OPENCV_GCC_TARGET_MACHINE MATCHES "amd64|x86_64|AMD64")
/external/zlib/src/contrib/
DREADME.contrib12 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/valgrind/coregrind/
Dpub_core_basics.h68 } AMD64; member
/external/zlib/src/
DCMakeLists.txt9 option(AMD64 "Enable building amd64 assembly implementation") option
135 elseif (AMD64)
152 elseif (AMD64)
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
/external/llvm/test/ExecutionEngine/MCJIT/
Dlit.local.cfg11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt68 binaries on AMD64
269 112031 iopl on AMD64 and README_MISSING_SYSCALL_OR_IOCTL update
459 110652 AMD64 valgrind crashes on cwtd instruction
465 110653 AMD64 valgrind crashes on sarb $0x4,foo(%rip) instruction
Dperformance.txt18 AMD64 use jumps instead of call/return for calling translations.
Dnotes.txt101 Cleanup notes derived from making AMD64 work. JRS, started 2 March 05.
105 AMD64 vsyscalls
/external/boringssl/src/
DCMakeLists.txt107 elseif (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "AMD64")
108 # cmake reports AMD64 on Windows, but we might be building for 32-bit.
/external/zlib/src/contrib/asm686/
DREADME.68643 in it. On the Pentium 4 and AMD64 chips, it continues to run about 8%
/external/lzma/CPP/
DBuild.mak17 !IF "$(CPU)" == "AMD64"
/external/curl/winbuild/
DMakefile.vc35 !MESSAGE MACHINE=<x86 or x64> - Target architecture (default x64 on AMD64, x86 on others)
/external/netperf/
DREADME.windows12 (target OS version; free vs checked build; x86, AMD64, or IA64).
/external/icu/icu4c/source/
Dacinclude.m4295 AMD64=`isainfo -n 2>&1 | grep amd64`
297 if test -z "$SOL64" && test -n "$AMD64"; then

12