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

2021-04-07 Thread Philippe Mathieu-Daudé
On 4/8/21 12:18 AM, 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 inst

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

2021-04-07 Thread Richard Henderson
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.

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

2021-04-07 Thread Luis Fernando Fujita Pires
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 --- docs/devel/decodetree