diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2016-11-22 10:08:02 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2017-12-18 21:26:19 -0800 |
commit | 7f709ce739d46ecd6df98921a20e9dce1dcc421b (patch) | |
tree | 80a71422843bc72f459b8f0e9703fc9d503000e3 /target/xtensa/xtensa-isa.h | |
parent | 2eb967c4e9898d688a75be43955bbbc2107f29f7 (diff) | |
download | qemu-7f709ce739d46ecd6df98921a20e9dce1dcc421b.zip qemu-7f709ce739d46ecd6df98921a20e9dce1dcc421b.tar.gz qemu-7f709ce739d46ecd6df98921a20e9dce1dcc421b.tar.bz2 |
target/xtensa: import libisa source
The canonical way of dealing with Xtensa instructions decoding and
encoding is through the libisa. Libisa is a configuration-independent
library with a stable interface plus generated configuration-specific
xtensa-modules.c file with implementations of decoding and encoding
functions. Libisa is MIT-licensed and originally disributed
xtensa-modules.c files are also MIT-licensed and are available as a
part of xtensa configuration overlay.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'target/xtensa/xtensa-isa.h')
-rw-r--r-- | target/xtensa/xtensa-isa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/xtensa/xtensa-isa.h b/target/xtensa/xtensa-isa.h new file mode 100644 index 0000000..d06614c --- /dev/null +++ b/target/xtensa/xtensa-isa.h @@ -0,0 +1 @@ +#include <hw/xtensa/xtensa-isa.h> |