[PATCH 18/27] arcv3: Decoder code
Richard Henderson
richard.henderson at linaro.org
Thu Apr 8 00:07:43 BST 2021
On 4/5/21 7:31 AM, cupertinomiranda at gmail.com wrote:
> From: Cupertino Miranda <cmiranda at 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~
More information about the linux-snps-arc
mailing list