qemu-e2k/disas/libvixl
Peter Maydell 09319b3041 disas/libvixl: Update to libvixl 1.4
Update our copy of libvixl to upstream's 1.4 release.
Note that we no longer need any local fixes for compilation
on 32 bit hosts -- they have all been integrated upstream.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1399040419-9227-1-git-send-email-peter.maydell@linaro.org
Acked-by: Richard Henderson <rth@twiddle.net>
2014-05-13 16:09:35 +01:00
..
a64 disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
LICENCE disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
Makefile.objs disas: Implement disassembly output for A64 2014-02-08 14:50:48 +00:00
README disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
globals.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
platform.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
utils.cc disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01:00
utils.h disas/libvixl: Update to libvixl 1.4 2014-05-13 16:09:35 +01: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.1).
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.