]> xenbits.xensource.com Git - qemu-xen.git/commit
Hexagon HVX (target/hexagon) helper overrides infrastructure
authorTaylor Simpson <tsimpson@quicinc.com>
Tue, 18 May 2021 17:01:09 +0000 (12:01 -0500)
committerTaylor Simpson <tsimpson@quicinc.com>
Wed, 3 Nov 2021 21:01:31 +0000 (16:01 -0500)
commitd51bcabec1ef5e3ae45d21875c9b2f30ff26c432
treed3b590941bb8b7263690c020b4407ba832890a4e
parenta82dd54862ec1c1c5c709d0d2b0161a00c6a19ce
Hexagon HVX (target/hexagon) helper overrides infrastructure

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é <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
target/hexagon/gen_helper_funcs.py
target/hexagon/gen_helper_protos.py
target/hexagon/gen_tcg_funcs.py
target/hexagon/gen_tcg_hvx.h [new file with mode: 0644]
target/hexagon/genptr.c
target/hexagon/meson.build