Re: [PATCH v7 08/28] powerpc: Use a function for getting the instruction op code

2020-05-04 Thread Alistair Popple
Looks good to me in that it doesn't look to change the behaviour of any existing code. Reviewed-by: Alistair Popple On Friday, 1 May 2020 1:42:00 PM AEST Jordan Niethe wrote: > In preparation for using a data type for instructions that can not be > directly used with the '>>' operator use a fun

[PATCH v7 08/28] powerpc: Use a function for getting the instruction op code

2020-04-30 Thread Jordan Niethe
In preparation for using a data type for instructions that can not be directly used with the '>>' operator use a function for getting the op code of an instruction. Signed-off-by: Jordan Niethe --- v4: New to series v6: - Rename ppc_inst_primary() to ppc_inst_primary_opcode() - Use in vecemu.