mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
target/ppc: move msgclr/msgsnd to decodetree
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20221006200654.725390-5-matheus.ferst@eldorado.org.br> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
e8db3cc76e
commit
98f43417b6
3 changed files with 77 additions and 32 deletions
|
@ -908,3 +908,8 @@ SLBSYNC 011111 ----- ----- ----- 0101010010 -
|
|||
|
||||
TLBIE 011111 ..... - .. . . ..... 0100110010 - @X_tlbie
|
||||
TLBIEL 011111 ..... - .. . . ..... 0100010010 - @X_tlbie
|
||||
|
||||
# Processor Control Instructions
|
||||
|
||||
MSGCLR 011111 ----- ----- ..... 0011101110 - @X_rb
|
||||
MSGSND 011111 ----- ----- ..... 0011001110 - @X_rb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue