qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/1] decodetree: Add support for 64-bit instructions


From: Richard Henderson
Subject: Re: [PATCH v2 1/1] decodetree: Add support for 64-bit instructions
Date: Wed, 7 Apr 2021 16:00:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/7/21 3:18 PM, Luis Fernando Fujita Pires wrote:
Allow '64' to be specified for the instruction width command line params
and use the appropriate insn/field data types, mask, extract and deposit
functions in that case.

This will be used to implement the new 64-bit Power ISA 3.1 instructions.

Signed-off-by: Luis Pires<luis.pires@eldorado.org.br>
---
  docs/devel/decodetree.rst |  5 +++--
  scripts/decodetree.py     | 25 ++++++++++++++++++++-----
  2 files changed, 23 insertions(+), 7 deletions(-)

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


r~



reply via email to

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