RE: [RFC PATCH v3 29/34] Hexagon (target/hexagon) TCG generation

2020-08-30 Thread Taylor Simpson
> -Original Message- > From: Richard Henderson > Sent: Friday, August 28, 2020 7:58 PM > To: Taylor Simpson ; qemu-devel@nongnu.org > Cc: phi...@redhat.com; laur...@vivier.eu; riku.voi...@iki.fi; > aleksandar.m.m...@gmail.com; a...@rev.ng > Subject: Re: [RFC PA

Re: [RFC PATCH v3 29/34] Hexagon (target/hexagon) TCG generation

2020-08-28 Thread Richard Henderson
On 8/18/20 8:50 AM, Taylor Simpson wrote: > +/* Fill in the table with NULLs because not all the opcodes have DEF_QEMU */ > +semantic_insn_t opcode_genptr[] = { > +#define OPCODE(X) NULL > +#include "opcodes_def_generated.h" > +NULL > +#undef OPCODE > +}; > + > +/*

[RFC PATCH v3 29/34] Hexagon (target/hexagon) TCG generation

2020-08-18 Thread Taylor Simpson
Include the generated files and set up the data structures Signed-off-by: Taylor Simpson --- target/hexagon/genptr.h | 25 ++ target/hexagon/genptr.c | 55 + 2 files changed, 80 insertions(+) create mode 100644 target/hexagon/g