OSDN Git Service

Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree
authorTaylor Simpson <tsimpson@quicinc.com>
Mon, 8 Feb 2021 05:46:11 +0000 (23:46 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Feb 2021 15:48:22 +0000 (07:48 -0800)
commitece6cd1e4288642add0b9319dc9b85099c758bff
tree86d4a6ed7caec7ef344514a84be5e05543108ec8
parent793958c93a08e933f9319b5e165767ea03849c58
Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree

Run the C preprocessor across the instruction definition and encoding
files to expand macros and prepare the iset.py file.  The resulting
fill contains python data structures used to build the decode tree.

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <1612763186-18161-22-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/gen_dectree_import.c [new file with mode: 0644]