diff mbox series

[v3,30/30] target/ppc: Implement prefixed integer store instructions

Message ID 20210430011543.1017113-31-richard.henderson@linaro.org
State New
Headers show
Series Base for adding PowerPC 64-bit instructions | expand

Commit Message

Richard Henderson April 30, 2021, 1:15 a.m. UTC
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

---
 target/ppc/insn64.decode | 12 ++++++++++++
 1 file changed, 12 insertions(+)

-- 
2.25.1
diff mbox series

Patch

diff --git a/target/ppc/insn64.decode b/target/ppc/insn64.decode
index 4198e5c8f3..7a71a7a3bb 100644
--- a/target/ppc/insn64.decode
+++ b/target/ppc/insn64.decode
@@ -44,6 +44,18 @@  LWA             000001 00 0--.-- .................. \
 LD              000001 00 0--.-- .................. \
                 111001 ..... ..... ................     @PLS_D
 
+### Fixed-Point Store Instructions
+
+STW             000001 10 0--.-- .................. \
+                100100 ..... ..... ................     @PLS_D
+STB             000001 10 0--.-- .................. \
+                100110 ..... ..... ................     @PLS_D
+STH             000001 10 0--.-- .................. \
+                101100 ..... ..... ................     @PLS_D
+
+STD             000001 00 0--.-- .................. \
+                111101 ..... ..... ................     @PLS_D
+
 ### Fixed-Point Arithmetic Instructions
 
 ADDI            000001 10 0--.-- ..................     \