qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 30/30] target/ppc: Implement prefixed integer store instructio


From: Richard Henderson
Subject: [PATCH v3 30/30] target/ppc: Implement prefixed integer store instructions
Date: Thu, 29 Apr 2021 18:15:43 -0700

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 target/ppc/insn64.decode | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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--.-- ..................     \
-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]