blob: 932a41adf7ff3ab979b9c94f00ca967017ffeb28 [file] [log] [blame]
Peter Maydell878a7352014-02-05 17:27:27 +00001
2The 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,
Peter Maydell5de6f3c2016-01-11 15:52:18 +00005taken from libvixl 1.12).
Peter Maydell878a7352014-02-05 17:27:27 +00006Bugfixes should preferably be sent upstream initially.
7
8The disassembler does not currently support the entire A64 instruction
9set. Notably:
Peter Maydell878a7352014-02-05 17:27:27 +000010 * Limited support for system instructions.
11 * A few miscellaneous integer and floating point instructions are missing.