OSDN Git Service

disas: Add subset of libvixl sources for A64 disassembler
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 5 Feb 2014 17:27:27 +0000 (17:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 8 Feb 2014 14:50:48 +0000 (14:50 +0000)
commit878a735d009d1e90e96d6c5c6f9471aa4ec2ba65
treee10503be46746c30a6535451aba0625f8cfde585
parent3144f78b3f8d517d32641a7b606b67e7b3cc16f7
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>
15 files changed:
disas/libvixl/LICENCE [new file with mode: 0644]
disas/libvixl/README [new file with mode: 0644]
disas/libvixl/a64/assembler-a64.h [new file with mode: 0644]
disas/libvixl/a64/constants-a64.h [new file with mode: 0644]
disas/libvixl/a64/cpu-a64.h [new file with mode: 0644]
disas/libvixl/a64/decoder-a64.cc [new file with mode: 0644]
disas/libvixl/a64/decoder-a64.h [new file with mode: 0644]
disas/libvixl/a64/disasm-a64.cc [new file with mode: 0644]
disas/libvixl/a64/disasm-a64.h [new file with mode: 0644]
disas/libvixl/a64/instructions-a64.cc [new file with mode: 0644]
disas/libvixl/a64/instructions-a64.h [new file with mode: 0644]
disas/libvixl/globals.h [new file with mode: 0644]
disas/libvixl/platform.h [new file with mode: 0644]
disas/libvixl/utils.cc [new file with mode: 0644]
disas/libvixl/utils.h [new file with mode: 0644]