Peter Maydell | 878a735 | 2014-02-05 17:27:27 +0000 | [diff] [blame] | 1 | |
| 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, |
Peter Maydell | 5de6f3c | 2016-01-11 15:52:18 +0000 | [diff] [blame] | 5 | taken from libvixl 1.12). |
Peter Maydell | 878a735 | 2014-02-05 17:27:27 +0000 | [diff] [blame] | 6 | Bugfixes should preferably be sent upstream initially. |
| 7 | |
| 8 | The disassembler does not currently support the entire A64 instruction |
| 9 | set. Notably: |
Peter Maydell | 878a735 | 2014-02-05 17:27:27 +0000 | [diff] [blame] | 10 | * Limited support for system instructions. |
| 11 | * A few miscellaneous integer and floating point instructions are missing. |