]> git.ipfire.org Git - thirdparty/qemu.git/commit
Hexagon HVX (target/hexagon) import macro definitions
authorTaylor Simpson <tsimpson@quicinc.com>
Thu, 23 Jan 2020 19:51:06 +0000 (13:51 -0600)
committerTaylor Simpson <tsimpson@quicinc.com>
Wed, 3 Nov 2021 21:01:28 +0000 (16:01 -0500)
commite3d143e98e53a7bc8d76d340a5c471567c342a3f
tree9a003c2b4881572636dee3f3f1df46e3711b6909
parent64458f4855302373229eb7ca1902b65a7578ab7d
Hexagon HVX (target/hexagon) import macro definitions

Imported from the Hexagon architecture library
    imported/allext_macros.def       Top level macro include for all extensions
    imported/macros.def              Scalar core macros (some HVX here)
    imported/mmvec/macros.def        HVX macro definitions
The macro definition files specify instruction attributes that are applied
to each instruction that reverences the macro.

Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
target/hexagon/imported/allext_macros.def [new file with mode: 0644]
target/hexagon/imported/macros.def
target/hexagon/imported/mmvec/macros.def [new file with mode: 0755]