qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 21/21] Hexagon (target/hexagon) CABAC decode bin


From: Richard Henderson
Subject: Re: [PATCH v2 21/21] Hexagon (target/hexagon) CABAC decode bin
Date: Tue, 6 Apr 2021 15:54:01 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/31/21 8:53 PM, Taylor Simpson wrote:
The following instruction is added
     S2_cabacdecbin            Rdd32=decbin(Rss32,Rtt32)

Test cases added to tests/tcg/hexagon/misc.c

Signed-off-by: Taylor Simpson<tsimpson@quicinc.com>
---
  target/hexagon/arch.c                 | 91 +++++++++++++++++++++++++++++++++++
  target/hexagon/arch.h                 |  4 ++
  target/hexagon/imported/encode_pp.def |  1 +
  target/hexagon/imported/macros.def    | 15 ++++++
  target/hexagon/imported/shift.idef    | 47 ++++++++++++++++++
  target/hexagon/macros.h               |  7 +++
  tests/tcg/hexagon/misc.c              | 28 +++++++++++
  7 files changed, 193 insertions(+)

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


r~



reply via email to

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