]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add support for ARMv8 AArch64 (the 64 bit ARM instruction set):
authorJulian Seward <jseward@acm.org>
Sun, 12 Jan 2014 12:49:10 +0000 (12:49 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 12 Jan 2014 12:49:10 +0000 (12:49 +0000)
commit5950b7d938005c3834d45c03884dd57d70a7b937
tree639857c3c5edf7cb0e7b75315e0b45117852fe73
parent5e9211ebad7ffb08e3737295a9a97aacf8b2264c
Add support for ARMv8 AArch64 (the 64 bit ARM instruction set):
integer and FP instructions.

git-svn-id: svn://svn.valgrind.org/vex/trunk@2803
21 files changed:
VEX/Makefile-gcc
VEX/auxprogs/genoffsets.c
VEX/priv/guest_arm64_defs.h [new file with mode: 0644]
VEX/priv/guest_arm64_helpers.c [new file with mode: 0644]
VEX/priv/guest_arm64_toIR.c [new file with mode: 0644]
VEX/priv/guest_s390_helpers.c
VEX/priv/host_arm64_defs.c [new file with mode: 0644]
VEX/priv/host_arm64_defs.h [new file with mode: 0644]
VEX/priv/host_arm64_isel.c [new file with mode: 0644]
VEX/priv/host_generic_simd64.c
VEX/priv/host_generic_simd64.h
VEX/priv/ir_opt.c
VEX/priv/main_main.c
VEX/pub/libvex.h
VEX/pub/libvex_basictypes.h
VEX/pub/libvex_guest_arm64.h [new file with mode: 0644]
VEX/pub/libvex_guest_s390x.h
VEX/pub/libvex_ir.h
VEX/switchback/Makefile
VEX/switchback/linker.c
VEX/switchback/switchback.c