/external/valgrind/tsan/ |
tsan_dynamorio.sh | 14 -64) ARCH="amd64"; BITNESS="64";; 32 ARCH=amd64
|
get_and_build_tsan.sh | 22 VG_ARCH=$(uname -m | sed -e "s/i.86/x86/;s/x86_64/amd64/;s/arm.*/arm/") 33 grep "\(Linux \(amd64\|x86\)\)\|Darwin x86" >/dev/null
|
/external/valgrind/main/docs/internals/ |
notes.txt | 10 ToDo: vex-amd64: check above/below the line for reg-alloc 12 23 Apr 05 (memcheck-on-amd64 notes) 28 * Basically only x86 works. I was part-way through getting amd64 30 amd64 is pretty much knackered right now. 101 Cleanup notes derived from making AMD64 work. JRS, started 2 March 05. 105 AMD64 vsyscalls 108 both amd64 and x86, by redirecting jumps to the vsyscall entry 112 does not work on amd64. 117 On amd64, there are multiple vsyscall entry points at -10M +
|
3_1_BUGSTATUS.txt | 18 v5847 fixed 123210 New: strlen from ld-linux on amd64 30 vx1604 fixed 124499 amd64->IR: 0xF 0xE 0x48 0x85 (femms) 37 vx1602 fixed n-i-bz amd64->IR: 0x66 0xF 0xF5 (pmaddwd) 43 vx1612 fixed 125607 amd64->IR: 0x66 0xF 0xA3 0x2 (btw etc) 44 vx1613 fixed 125651 amd64->IR: 0xF8 0x49 0xFF 0xE3 (clc?) 68 vx1615 fixed 126583 amd64->IR: 0x48 0xF 0xA4 0xC2 (shld $1,%rax,%rdx) 69 vx1614 fixed 126668 amd64->IR: 0x1C 0xFF (sbb $0xff,%al) 87 vx1591 vx1592 117366 amd64: 0xDD 0x7C fnstsw 89 vx1593 vx1594 117367 amd64: 0xD9 0xF4 fxtract 90 v5256 v5260 117369 amd64: __NR_getpriority (140 [all...] |
3_3_BUGSTATUS.txt | 104 succeeds on x86 and amd64 but fails on ppc 112 166355 HIGH,WF pend unshare syscall not supported (amd64, #272) 155 %gs register not implemented in amd64 (test prog, 15 Dec) 227 172563 Fixd vx???? amd64->IR: 0xD9 0xF5 - fprem1 234 173751 Fixd vx1876 amd64->IR: 0x48 0xF 0x6F 0x45 237 174532 WF DUP amd64->IR: 0x48 0xF 0xED 0x0 242 175044 Fixd 8769 Add lookup_dcookie for amd64 255 r1817 (amd64 CondNS after SUBB) 295 Vfd 155528 support Core2/SSSE3 insns on x86/amd64 308 vx1848 vx1849 Vfd 158744 vex amd64->IR: 0xF0 0x41 0xF 0xC0 (xaddb [all...] |
/build/core/combo/ |
HOST_windows-x86.mk | 32 TOOLS_PREFIX := /usr/bin/amd64-mingw32msvc- 33 HOST_C_INCLUDES += /usr/lib/gcc/amd64-mingw32msvc/4.4.2/include 34 HOST_GLOBAL_LD_DIRS += -L/usr/amd64-mingw32msvc/lib
|
/external/valgrind/main/coregrind/m_gdbserver/ |
amd64-coresse-valgrind.xml | 8 <!-- AMD64 - core and sse. -->
|
amd64-linux-valgrind.xml | 8 <!-- AMD64 - Includes Linux-only special "register". -->
|
/external/valgrind/main/memcheck/tests/linux/ |
lsframe2.c | 4 --main-stacksize=67117057 (on amd64-linux) or above, but works fine
|
/external/valgrind/main/tests/ |
arch_test.c | 8 // example, if Valgrind is installed on an AMD64 machine but has been 10 // not "amd64". 27 "amd64", 42 if ( 0 == strcmp( arch, "amd64" ) ) return True;
|
/external/zlib/contrib/ |
README.contrib | 11 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/oprofile/libop/ |
op_cpu_type.c | 37 { "AMD64 processors", "x86-64/hammer", CPU_HAMMER, 4 }, 71 { "AMD64 family10", "x86-64/family10", CPU_FAMILY10, 4 }, 80 { "AMD64 family11h", "x86-64/family11h", CPU_FAMILY11H, 4 }, 90 { "AMD64 family12h", "x86-64/family12h", CPU_FAMILY12H, 4 }, 91 { "AMD64 family14h", "x86-64/family14h", CPU_FAMILY14H, 4 }, 92 { "AMD64 family15h", "x86-64/family15h", CPU_FAMILY15H, 6 },
|
/external/valgrind/main/VEX/ |
Makefile-gcc | 134 libvex-amd64-linux.a: TAG-amd64-linux libvex.a 135 mv -f libvex.a libvex-amd64-linux.a 136 TAG-amd64-linux: 137 if [ ! -f TAG-amd64-linux ] ; then rm -f $(LIB_OBJS) TAG-* libvex.a ; fi 138 touch TAG-amd64-linux 170 libvex-amd64-darwin.a: TAG-amd64-darwin libvex.a 171 mv -f libvex.a libvex-amd64-darwin.a 172 TAG-amd64-darwin [all...] |
/external/valgrind/main/ |
README | 36 - AMD64/Linux 41 - AMD64/MacOSX 43 Note that AMD64 is just another name for x86-64, and Valgrind runs fine
|
NEWS | 7 This release supports X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux, 8 PPC64/Linux, S390X/Linux, ARM/Android, X86/Darwin and AMD64/Darwin. 210 272893 amd64->IR: 0x66 0xF 0x38 0x2B 0xC1 0x66 0xF 0x7F == (closed as dup) 214 273318 amd64->IR: 0x66 0xF 0x3A 0x61 0xC1 0x38 (missing PCMPxSTRx case) 215 273318 unhandled PCMPxSTRx case: vex amd64->IR: 0x66 0xF 0x3A 0x61 0xC1 0x38 225 274776 amd64->IR: 0x66 0xF 0x38 0x2B 0xC5 0x66 264 279795 memcheck reports uninitialised values for mincore on amd64 267 280290 vex amd64->IR: 0x66 0xF 0x38 0x28 0xC1 0x66 0xF 0x6F 283 283000 vex amd64->IR: 0x66 0xF 0x3A 0xA 0xC0 0x9 0xF3 0xF 322 194402 vex amd64->IR: 0x48 0xF 0xAE 0x4 (proper FX{SAVE,RSTOR} support [all...] |
/bionic/libm/amd64/ |
e_sqrt.S | 28 __FBSDID("$FreeBSD: src/lib/msun/amd64/e_sqrt.S,v 1.2 2005/02/04 14:08:32 das Exp $")
|
e_sqrtf.S | 28 __FBSDID("$FreeBSD: src/lib/msun/amd64/e_sqrtf.S,v 1.1 2005/04/16 21:12:55 das Exp $")
|
s_lrint.S | 30 __FBSDID("$FreeBSD: src/lib/msun/amd64/s_lrint.S,v 1.1 2005/01/15 03:32:28 das Exp $")
|
s_lrintf.S | 30 __FBSDID("$FreeBSD: src/lib/msun/amd64/s_lrintf.S,v 1.1 2005/04/16 21:12:55 das Exp $")
|
/external/dropbear/libtomcrypt/notes/ |
tech0005.txt | 12 The following build with GCC 3.4.4 on an AMD64 box gets you AES, CTR mode, SHA-256, HMAC, Yarrow, full RSA PKCS #1, PKCS #5 and ASN.1 DER in
|
/external/llvm/lib/Target/X86/TargetInfo/ |
X86TargetInfo.cpp | 22 Y(TheX86_64Target, "x86-64", "64-bit X86: EM64T and AMD64");
|
/external/valgrind/main/none/tests/amd64/ |
bug156404-amd64.c | 4 Failure to do so was causing this test to fail on Linux amd64. */
|
/external/valgrind/main/VEX/pub/ |
libvex_guest_amd64.h | 44 /*--- Vex's representation of the AMD64 CPU state. ---*/ 89 /* HACK to make tls on amd64-linux work. %fs only ever seems to 130 /* Translation-invalidation area description. Not used on amd64 134 compilation breakage. On amd64, these two fields are set to 154 of the %fs-zero hack for amd64-linux). */ 171 /*--- Utility functions for amd64 guest stuff. ---*/ 176 /* Initialise all guest amd64 state. The FPU is put in default
|
/external/zlib/contrib/masmx64/ |
inffas8664.c | 2 * version for AMD64 on Windows using Microsoft C compiler
10 * 2005 - Adaptation to Microsoft C Compiler for AMD64 by Gilles Vollant
13 * inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
15 * Dec-29-2003 -- I added AMD64 inflate asm support. This version is also
18 * bytes. I've tested the AMD64 code on a Fedora Core 1 + the x86_64 updates
|
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-amd64-darwin.c | 4 /*--- sigframe-amd64-darwin.c ---*/ 55 on amd64-darwin. Kludgey; the machine state ought to be saved in a 67 /* first word looks like a call to a 3-arg amd64-ELF function */ 96 amd64-linux version, this doesn't appear to handle the redzone 107 former case, the amd64 calling conventions will simply cause the 238 /*--- end sigframe-amd64-darwin.c ---*/
|