qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 18/27] arcv3: Decoder code


From: Richard Henderson
Subject: Re: [PATCH 18/27] arcv3: Decoder code
Date: Wed, 7 Apr 2021 16:07:43 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/5/21 7:31 AM, cupertinomiranda@gmail.com wrote:
From: Cupertino Miranda <cmiranda@synopsys.com>

---
  disas/arc.c                |   51 +-
  target/arc/decoder-v3.c    | 1547 ++++++++++++++++++++++++++++++++++++
  target/arc/decoder-v3.h    |  322 ++++++++
  target/arc/flags-v3.def    |  103 +++
  target/arc/operands-v3.def |  133 ++++
  5 files changed, 2147 insertions(+), 9 deletions(-)
  create mode 100644 target/arc/decoder-v3.c
  create mode 100644 target/arc/decoder-v3.h
  create mode 100644 target/arc/flags-v3.def
  create mode 100644 target/arc/operands-v3.def

Do we really need a complete copy of the v2 decoder included with the v3 
decoder?


r~



reply via email to

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