mirror_qemu/disas/libvixl
Stefan Weil b29c8f115d libvixl: Fix format strings for several int64_t values
"%d" or "%x" won't work on hosts where int values are smaller than 64 bit.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-id: 1394219753-26106-1-git-send-email-sw@weilnetz.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2014-03-10 14:56:29 +00:00
..
a64 libvixl: Fix format strings for several int64_t values 2014-03-10 14:56:29 +00: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: Fix upstream libvixl compilation issues 2014-02-08 14:50:48 +00:00
platform.h disas: Add subset of libvixl sources for A64 disassembler 2014-02-08 14:50:48 +00:00
utils.cc libvixl: fix 64bit constants usage 2014-02-15 20:26:30 +00:00
utils.h disas/libvixl: Fix upstream libvixl compilation issues 2014-02-08 14:50:48 +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.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.