qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 06/30] Hexagon HVX (target/hexagon) import macro definitio


From: Richard Henderson
Subject: Re: [PATCH v3 06/30] Hexagon HVX (target/hexagon) import macro definitions
Date: Mon, 20 Sep 2021 15:58:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/20/21 2:24 PM, Taylor Simpson wrote:
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.

Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/imported/allext_macros.def |  25 +
  target/hexagon/imported/macros.def        |  88 ++++
  target/hexagon/imported/mmvec/macros.def  | 842 ++++++++++++++++++++++++++++++
  3 files changed, 955 insertions(+)
  create mode 100644 target/hexagon/imported/allext_macros.def
  create mode 100755 target/hexagon/imported/mmvec/macros.def

Acked-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]