From 9a5c10fb31c579d507d22f1dacd4c305ad6d4272 Mon Sep 17 00:00:00 2001 From: lkcl Date: Thu, 17 Dec 2020 14:49:55 +0000 Subject: [PATCH] --- openpower/sv/svp_rewrite/svp64.mdwn | 34 ++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/openpower/sv/svp_rewrite/svp64.mdwn b/openpower/sv/svp_rewrite/svp64.mdwn index e89449a20..fb98095fb 100644 --- a/openpower/sv/svp_rewrite/svp64.mdwn +++ b/openpower/sv/svp_rewrite/svp64.mdwn @@ -558,26 +558,44 @@ Instructions are broken down by Register Profiles as listed in the following aut ## LDST-1R-1W-imm -`RM-2P-2S1D` +`RM-2P-1S1D` + +LD immediate ## LDST-1R-2W-imm -TBD + +LD immediate with update + ## LDST-2R-imm -TBD + +ST immediate + ## LDST-2R-1W `RM-2P-2S1D` +LD Indexed with update + ## LDST-2R-1W-imm -TBD + +ST Indexed with update + ## LDST-2R-2W -TBD + +LD Indexed with update + ## LDST-3R -TBD + +ST Indexed + ## LDST-3R-CRo -TBD + +ST Indexed cache + ## LDST-3R-1W -TBD + +ST Indexed with update + ## CRio TBD ## CR=2R1W -- 2.30.2