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.
 
 
 
 
 
 
Bruno Dominguez 11cde1c810 configure: split c and cxx extra flags 9 years ago
..
vixl libvixl: Avoid std::abs() of 64-bit type 11 years ago
LICENCE disas: Add subset of libvixl sources for A64 disassembler 13 years ago
Makefile.objs configure: split c and cxx extra flags 9 years ago
README disas/libvixl: Update to upstream VIXL 1.12 11 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.