Hexagon (target/hexagon) instruction and packet types
commit3e474055c7cac1daa74aaeb63c41d96e97cf7c23
authorTaylor Simpson <tsimpson@quicinc.com>
Mon, 8 Feb 2021 05:46:00 +0000 (7 23:46 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Feb 2021 15:48:22 +0000 (18 07:48 -0800)
tree35b76750642241a1a12c05fcfcf0cf818202403a
parentf456fe960afb072fe3d45808d13e155c18baac85
Hexagon (target/hexagon) instruction and packet types

The insn_t and packet_t are the interface between instruction decoding and
TCG code generation

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