RE: [PATCH v3 03/30] decodetree: Add support for 64-bit instructions

2021-04-30 Thread Luis Fernando Fujita Pires
From: Richard Henderson > From: Luis Fernando Fujita Pires > > Allow '64' to be specified for the instruction width command line params and > use > the appropriate extract and deposit functions in that case. > > This will be used to implement the new 64-bit Power ISA 3.1 instructions. > > Rev

[PATCH v3 03/30] decodetree: Add support for 64-bit instructions

2021-04-29 Thread Richard Henderson
From: Luis Fernando Fujita Pires Allow '64' to be specified for the instruction width command line params and use the appropriate extract and deposit functions in that case. This will be used to implement the new 64-bit Power ISA 3.1 instructions. Reviewed-by: Philippe Mathieu-Daudé Signed-off