target/ppc: Add infrastructure for prefixed insns
commit99082815f17f40d3527b281c7e3e6e5556fad8f1
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Jun 2021 19:35:17 +0000 (1 16:35 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 3 Jun 2021 08:10:31 +0000 (3 18:10 +1000)
tree54111670b5d1440ff8abf476774fbed15f3c776d
parent64a0f6448c6b4454c35e5a73e8be7dee0f852ba5
target/ppc: Add infrastructure for prefixed insns

Signed-off-by: Luis Pires <luis.pires@eldorado.org.br>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20210601193528.2533031-4-matheus.ferst@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h
target/ppc/insn32.decode [new file with mode: 0644]
target/ppc/insn64.decode [new file with mode: 0644]
target/ppc/meson.build
target/ppc/translate.c
target/ppc/translate/fixedpoint-impl.c.inc [new file with mode: 0644]