From d51bcabec1ef5e3ae45d21875c9b2f30ff26c432 Mon Sep 17 00:00:00 2001 From: Taylor Simpson Date: Tue, 18 May 2021 12:01:09 -0500 Subject: Hexagon HVX (target/hexagon) helper overrides infrastructure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build the infrastructure to create overrides for HVX instructions. We create a new empty file (gen_tcg_hvx.h) that will be populated in subsequent patches. Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Signed-off-by: Taylor Simpson --- target/hexagon/genptr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target/hexagon/genptr.c') diff --git a/target/hexagon/genptr.c b/target/hexagon/genptr.c index d16ff74f88..473438a6c7 100644 --- a/target/hexagon/genptr.c +++ b/target/hexagon/genptr.c @@ -26,6 +26,7 @@ #include "macros.h" #undef QEMU_GENERATE #include "gen_tcg.h" +#include "gen_tcg_hvx.h" static inline void gen_log_predicated_reg_write(int rnum, TCGv val, int slot) { -- cgit v1.2.3