From ab5a378226a7c61eb6b0f7b836ea6772a09bca53 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 3 Aug 2023 17:16:18 -0700 Subject: [PATCH] fix missing p in post-increment load/stores --- openpower/sv/rfc/ls011.mdwn | 16 ++++++++-------- openpower/sv/rfc/ls012/optable.csv | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/openpower/sv/rfc/ls011.mdwn b/openpower/sv/rfc/ls011.mdwn index 26889bef8..06f317bc3 100644 --- a/openpower/sv/rfc/ls011.mdwn +++ b/openpower/sv/rfc/ls011.mdwn @@ -124,14 +124,14 @@ stdup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedstore, 2R1W stdupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedstore, 3R1W # FP LD/ST-Postincrement -lfdu, ls011, high, PO, yes, EXT2xx, no, isa/pifixedload, 1R2W -lfsu, ls011, high, PO, yes, EXT2xx, no, isa/pifixedload, 1R2W -lfdux, ls011, high, 10, yes, EXT2xx, no, isa/pifixedload, 2R2W -lsdux, ls011, high, 10, yes, EXT2xx, no, isa/pifixedload, 2R2W -stfdu, ls011, high, PO, yes, EXT2xx, no, isa/pifixedstore, 2R1W -stfsu, ls011, high, PO, yes, EXT2xx, no, isa/pifixedstore, 2R1W -stfdux, ls011, high, 10, yes, EXT2xx, no, isa/pifixedstore, 3R1W -stfsux, ls011, high, 10, yes, EXT2xx, no, isa/pifixedstore, 3R1W +lfdup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedload, 1R2W +lfsup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedload, 1R2W +lfdupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedload, 2R2W +lsdupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedload, 2R2W +stfdup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedstore, 2R1W +stfsup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedstore, 2R1W +stfdupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedstore, 3R1W +stfsupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedstore, 3R1W # LD/ST-Shifted-Postincrement lbzuspx, ls011, med, 10, yes, EXT2xx, no, ls011, 2R2W diff --git a/openpower/sv/rfc/ls012/optable.csv b/openpower/sv/rfc/ls012/optable.csv index 64f82b219..e104f7693 100644 --- a/openpower/sv/rfc/ls012/optable.csv +++ b/openpower/sv/rfc/ls012/optable.csv @@ -20,7 +20,7 @@ stwupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedstore, 3R1W, SFFS, TBD stdup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedstore, 2R1W, SFFS, TBD stdupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedstore, 3R1W, SFFS, TBD # FP LD/ST-Postincrement -lfdu, ls011, high, PO, yes, EXT2xx, no, isa/pifixedload, 1R2W, SFFS, TBD +lfdup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedload, 1R2W, SFFS, TBD lfsup, ls011, high, PO, yes, EXT2xx, no, isa/pifixedload, 1R2W, SFFS, TBD lfdupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedload, 2R2W, SFFS, TBD lsdupx, ls011, high, 10, yes, EXT2xx, no, isa/pifixedload, 2R2W, SFFS, TBD -- 2.30.2