Skip to content

Commit

Permalink
i#1569 AArch64: Start implementing real instruction decoder/encoder.
Browse files Browse the repository at this point in the history
The files "codec_gen.h" and "opcode.h" are automatically generated by
"codec.py" using "codec.txt". The automatically generated files are
included in this commit to avoid adding Python as a build requirement.

Review-URL: https://codereview.appspot.com/295360043
  • Loading branch information
egrimley-arm committed Jun 7, 2016
1 parent 97487cd commit c49e30d
Show file tree
Hide file tree
Showing 16 changed files with 1,497 additions and 355 deletions.
3 changes: 3 additions & 0 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ elseif (ARM)
arch/${ARCH_NAME}/table_t32_coproc.c
arch/${ARCH_NAME}/table_t32_16.c
arch/${ARCH_NAME}/table_t32_16_it.c)
elseif (AARCH64)
set(DECODER_SRCS ${DECODER_SRCS}
arch/${ARCH_NAME}/codec.c)
endif ()

set(ARCH_SRCS
Expand Down
Loading

0 comments on commit c49e30d

Please sign in to comment.