Re: [PATCH v3 1/2] target/ppc: Move tlbie[l] to decode tree

2022-07-14 Thread Daniel Henrique Barboza
On 7/14/22 16:31, Leandro Lupori wrote: On 7/14/22 15:45, Daniel Henrique Barboza wrote: On 7/12/22 16:37, Leandro Lupori wrote: Also decode RIC, PRS and R operands. Signed-off-by: Leandro Lupori ---   target/ppc/cpu_init.c    |  4 +-   target/ppc/insn32.decode 

Re: [PATCH v3 1/2] target/ppc: Move tlbie[l] to decode tree

2022-07-14 Thread Leandro Lupori
On 7/14/22 15:45, Daniel Henrique Barboza wrote: On 7/12/22 16:37, Leandro Lupori wrote: Also decode RIC, PRS and R operands. Signed-off-by: Leandro Lupori ---   target/ppc/cpu_init.c    |  4 +-   target/ppc/insn32.decode |  8 ++  

Re: [PATCH v3 1/2] target/ppc: Move tlbie[l] to decode tree

2022-07-14 Thread Daniel Henrique Barboza
On 7/12/22 16:37, Leandro Lupori wrote: Also decode RIC, PRS and R operands. Signed-off-by: Leandro Lupori --- target/ppc/cpu_init.c| 4 +- target/ppc/insn32.decode | 8 ++ target/ppc/translate.c | 64 +-

[PATCH v3 1/2] target/ppc: Move tlbie[l] to decode tree

2022-07-12 Thread Leandro Lupori
Also decode RIC, PRS and R operands. Signed-off-by: Leandro Lupori --- target/ppc/cpu_init.c| 4 +- target/ppc/insn32.decode | 8 ++ target/ppc/translate.c | 64 +- target/ppc/translate/storage-ctrl-impl.c.inc | 87