mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
target/ppc: Implement PLFS, PLFD, PSTFS and PSTFD instructions
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Fernando Eckhardt Valle <fernando.valle@eldorado.org.br> Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br> Message-Id: <20211029202424.175401-5-matheus.ferst@eldorado.org.br> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
fbd2e60ef1
commit
dcb4e5b72c
2 changed files with 25 additions and 0 deletions
|
@ -56,6 +56,17 @@ PSTD 000001 00 0--.-- .................. \
|
|||
PADDI 000001 10 0--.-- .................. \
|
||||
001110 ..... ..... ................ @PLS_D
|
||||
|
||||
### Float-Point Load and Store Instructions
|
||||
|
||||
PLFS 000001 10 0--.-- .................. \
|
||||
110000 ..... ..... ................ @PLS_D
|
||||
PLFD 000001 10 0--.-- .................. \
|
||||
110010 ..... ..... ................ @PLS_D
|
||||
PSTFS 000001 10 0--.-- .................. \
|
||||
110100 ..... ..... ................ @PLS_D
|
||||
PSTFD 000001 10 0--.-- .................. \
|
||||
110110 ..... ..... ................ @PLS_D
|
||||
|
||||
### Prefixed No-operation Instruction
|
||||
|
||||
@PNOP 000001 11 0000-- 000000000000000000 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue