QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Thomas Huth 4f02d49a80 disas/libvixl: Fix fall-through annotation for GCC >= 7 6 years ago
..
vixl disas/libvixl: Fix fall-through annotation for GCC >= 7 6 years ago
LICENCE disas: Add subset of libvixl sources for A64 disassembler 13 years ago
README disas/libvixl: Update to upstream VIXL 1.12 11 years ago
meson.build meson: convert disas directory to Meson 6 years ago

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.12).
Bugfixes should preferably be sent upstream initially.

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