diff options
| author | Peter Maydell | 2014-02-05 18:27:27 +0100 |
|---|---|---|
| committer | Peter Maydell | 2014-02-08 15:50:48 +0100 |
| commit | 878a735d009d1e90e96d6c5c6f9471aa4ec2ba65 (patch) | |
| tree | e10503be46746c30a6535451aba0625f8cfde585 /disas/libvixl/README | |
| parent | rules.mak: Link with C++ if we have a C++ compiler (diff) | |
| download | qemu-878a735d009d1e90e96d6c5c6f9471aa4ec2ba65.tar.gz qemu-878a735d009d1e90e96d6c5c6f9471aa4ec2ba65.tar.xz qemu-878a735d009d1e90e96d6c5c6f9471aa4ec2ba65.zip | |
disas: Add subset of libvixl sources for A64 disassembler
Add the subset of the libvixl sources that are needed for the
A64 disassembler support. These sources come from
https://github.com/armvixl/vixl commit 578645f14e122d2b
which is VIXL release 1.1.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'disas/libvixl/README')
| -rw-r--r-- | disas/libvixl/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/disas/libvixl/README b/disas/libvixl/README new file mode 100644 index 0000000000..96814a5dc1 --- /dev/null +++ b/disas/libvixl/README @@ -0,0 +1,12 @@ + +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.1). +Bugfixes should preferably be sent upstream initially. + +The disassembler does not currently support the entire A64 instruction +set. Notably: + * No Advanced SIMD support. + * Limited support for system instructions. + * A few miscellaneous integer and floating point instructions are missing. |
