RE: [PATCH v3 3/4] target/ppc: removed GEN_OPCODE decision tree

2021-05-31 Thread Luis Fernando Fujita Pires
From: Bruno Larsen (billionai) > .opc1 = op1, > \ > @@ -1353,7 +1352,6 @@ typedef struct opcode_t { > .type = _typ, > \ > .type2 = _typ2,

[PATCH v3 3/4] target/ppc: removed GEN_OPCODE decision tree

2021-05-31 Thread Bruno Larsen (billionai)
since both, PPC_DO_STATISTICS and PPC_DUMP_CPU, are obsoleted as target/ppc moves to decodetree, we can remove this ifdef based decision tree, and only have what is now the standard option for the macro. Signed-off-by: Bruno Larsen (billionai) --- target/ppc/translate.c | 79