disas/libvixl: Update to upstream VIXL 1.7
[qemu/cris-port.git] / disas / libvixl / README
blob58db41c67c54cb7c58ed2aa0425fd5c0ee7bb819
2 The code in this directory is a subset of libvixl:
3  https://github.com/armvixl/vixl
4 (specifically, it is the set of files needed for disassembly only,
5 taken from libvixl 1.7).
6 Bugfixes should preferably be sent upstream initially.
8 The disassembler does not currently support the entire A64 instruction
9 set. Notably:
10  * No Advanced SIMD support.
11  * Limited support for system instructions.
12  * A few miscellaneous integer and floating point instructions are missing.