mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/ppc: implement addg6s
Implements the following Power ISA v2.06 instruction: addg6s: Add and Generate Sixes Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br> Signed-off-by: Víctor Colombo <victor.colombo@eldorado.org.br> Reviewed-by: Víctor Colombo <victor.colombo@eldorado.org.br> Message-Id: <20220629162904.105060-10-victor.colombo@eldorado.org.br> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
4dc5f8abdc
commit
6addef4d27
2 changed files with 41 additions and 0 deletions
|
@ -311,6 +311,10 @@ CNTTZDM 011111 ..... ..... ..... 1000111011 - @X
|
|||
PDEPD 011111 ..... ..... ..... 0010011100 - @X
|
||||
PEXTD 011111 ..... ..... ..... 0010111100 - @X
|
||||
|
||||
## BCD Assist
|
||||
|
||||
ADDG6S 011111 ..... ..... ..... - 001001010 - @X
|
||||
|
||||
### Float-Point Load Instructions
|
||||
|
||||
LFS 110000 ..... ..... ................ @D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue