Hexagon (target/hexagon) translation
authorTaylor Simpson <tsimpson@quicinc.com>
Mon, 8 Feb 2021 05:46:19 +0000 (23:46 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Feb 2021 15:48:22 +0000 (07:48 -0800)
commit8b453a2b2b2d12ebd0ae315d1308ed39ac412319
tree4973ec54ebf077dfcce6c4bfeb206f402073b48d
parentd9dcdf8ac798ab610d9dec5c54ee5f89065de7f8
Hexagon (target/hexagon) translation

Read the instruction memory
Create a packet data structure
Generate TCG code for the start of the packet
Invoke the generate function for each instruction
Generate TCG code for the end of the packet

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <1612763186-18161-30-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/translate.c [new file with mode: 0644]
target/hexagon/translate.h [new file with mode: 0644]