mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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>
This commit is contained in:
parent
64a0f6448c
commit
99082815f1
6 changed files with 95 additions and 6 deletions
|
@ -144,6 +144,7 @@ enum {
|
|||
POWERPC_EXCP_ALIGN_PROT = 0x04, /* Access cross protection boundary */
|
||||
POWERPC_EXCP_ALIGN_BAT = 0x05, /* Access cross a BAT/seg boundary */
|
||||
POWERPC_EXCP_ALIGN_CACHE = 0x06, /* Impossible dcbz access */
|
||||
POWERPC_EXCP_ALIGN_INSN = 0x07, /* Pref. insn x-ing 64-byte boundary */
|
||||
/* Exception subtypes for POWERPC_EXCP_PROGRAM */
|
||||
/* FP exceptions */
|
||||
POWERPC_EXCP_FP = 0x10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue