qemu-e2k/disas/libvixl
Peter Maydell d4eba98df4 disas/libvixl: Update to upstream VIXL 1.7
Update our copy of libvixl to upstream's 1.7 release.
This includes upstream's fix for the issue we had a local
patch for in commit 94cc44a9e.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1422274779-13359-2-git-send-email-peter.maydell@linaro.org
2015-02-05 13:37:25 +00:00
..
a64 disas/libvixl: Update to upstream VIXL 1.7 2015-02-05 13:37:25 +00:00
LICENCE disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
Makefile.objs disas/libvixl: prepend the include path of libvixl header files 2014-07-08 12:45:57 +01:00
README disas/libvixl: Update to upstream VIXL 1.7 2015-02-05 13:37:25 +00:00
code-buffer.h disas/libvixl: Update to libvixl 1.6 2014-10-24 12:19:11 +01:00
globals.h disas/libvixl: Update to upstream VIXL 1.7 2015-02-05 13:37:25 +00:00
platform.h disas/libvixl: Update to upstream VIXL 1.5 2014-08-29 15:00:27 +01:00
utils.cc disas/libvixl: Update to upstream VIXL 1.7 2015-02-05 13:37:25 +00:00
utils.h disas/libvixl: Update to upstream VIXL 1.7 2015-02-05 13:37:25 +00:00

README

The code in this directory is a subset of libvixl:
 https://github.com/armvixl/vixl
(specifically, it is the set of files needed for disassembly only,
taken from libvixl 1.7).
Bugfixes should preferably be sent upstream initially.

The disassembler does not currently support the entire A64 instruction
set. Notably:
 * No Advanced SIMD support.
 * Limited support for system instructions.
 * A few miscellaneous integer and floating point instructions are missing.