[PATCH RISU v2 12/13] sparc64: Add IMA instructions

Richard Henderson posted 13 patches 6 months ago
[PATCH RISU v2 12/13] sparc64: Add IMA instructions
Posted by Richard Henderson 6 months ago
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 sparc64.risu | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sparc64.risu b/sparc64.risu
index ca7ed35..271fee0 100644
--- a/sparc64.risu
+++ b/sparc64.risu
@@ -243,3 +243,10 @@ MOVxTOd         VIS3 10 rd:5 110110 00000 1 0001 1000 rs2:5 \
 #     !constraints { reg_ok($rs2); }
 # CMASK32         VIS3 10 00000 110110 00000 0 0001 1111 rs2:5 \
 #     !constraints { reg_ok($rs2); }
+
+#
+# IMA
+#
+
+FPMADDX         IMA 10 rd:5 110111 rs1:5 rs3:5 0000 rs2:5
+FPMADDXHI       IMA 10 rd:5 110111 rs1:5 rs3:5 0100 rs2:5
-- 
2.34.1
Re: [PATCH RISU v2 12/13] sparc64: Add IMA instructions
Posted by Peter Maydell 5 months, 4 weeks ago
On Sun, 26 May 2024 at 20:38, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM