]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate.c
target/ppc: Add missing opcode for icbt on PPC440
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 19 Jun 2018 08:52:15 +0000 (10:52 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 21 Jun 2018 11:22:53 +0000 (21:22 +1000)
commit0c8d8c8b8fd6db3110a5be3886b1ed9ba89be8b1
tree6a3938693c3caa675448850c0cf12e9f5f8d9885
parentef9173a5c086b5114343a86943f9b26a9c72d7d6
target/ppc: Add missing opcode for icbt on PPC440

According to PPC440 User Manual PPC440 has multiple opcodes for icbt
instruction: one for compatibility with older cores and two 440
specific opcodes one of which is defined in BookE. QEMU only
implements two of these, add the missing one.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/translate.c