From 589ce5b1babce9285490e0455173757ec60ca690 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 3 Oct 2023 11:07:23 +0100 Subject: [PATCH] Added spaces for english language description --- openpower/isa/fixedstore.mdwn | 120 +++++++++++++++++----------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/openpower/isa/fixedstore.mdwn b/openpower/isa/fixedstore.mdwn index c7834611..ff2586ed 100644 --- a/openpower/isa/fixedstore.mdwn +++ b/openpower/isa/fixedstore.mdwn @@ -28,9 +28,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA|0)+ D. -RS[56:63] are stored into the byte in storage addressed -by EA. + Let the effective address (EA) be the sum (RA|0)+ D. + RS[56:63] are stored into the byte in storage addressed + by EA. Special Registers Altered: @@ -50,9 +50,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum -(RA|0)+ (RB). RS [56:63] are stored into the byte in stor- -age addressed by EA. + Let the effective address (EA) be the sum + (RA|0)+ (RB). RS [56:63] are stored into the byte in stor- + age addressed by EA. Special Registers Altered: @@ -72,15 +72,15 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA)+ D. -RS[56:63] are stored into the byte in storage addressed -by EA. + Let the effective address (EA) be the sum (RA)+ D. + RS[56:63] are stored into the byte in storage addressed + by EA. -EA is placed into register RA. + EA is placed into register RA. -If RA=0, the instruction form is invalid. + If RA=0, the instruction form is invalid. -Special Registers Altered: + Special Registers Altered: None @@ -98,15 +98,15 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA)+ (RB). -RS[56:63] are stored into the byte in storage addressed -by EA. + Let the effective address (EA) be the sum (RA)+ (RB). + RS[56:63] are stored into the byte in storage addressed + by EA. -EA is placed into register RA. + EA is placed into register RA. -If RA=0, the instruction form is invalid. + If RA=0, the instruction form is invalid. -Special Registers Altered: + Special Registers Altered: None @@ -124,9 +124,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA|0)+ D. -RS[48:63] are stored into the halfword in storage -addressed by EA. + Let the effective address (EA) be the sum (RA|0)+ D. + RS[48:63] are stored into the halfword in storage + addressed by EA. Special Registers Altered: @@ -146,9 +146,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum -(RA|0)+ (RB). RS[48:63] are stored into the halfword in -storage addressed by EA. + Let the effective address (EA) be the sum + (RA|0)+ (RB). RS[48:63] are stored into the halfword in + storage addressed by EA. Special Registers Altered: @@ -168,15 +168,15 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA)+ D. -RS[48:63] are stored into the halfword in storage -addressed by EA. + Let the effective address (EA) be the sum (RA)+ D. + RS[48:63] are stored into the halfword in storage + addressed by EA. -EA is placed into register RA. + EA is placed into register RA. -If RA=0, the instruction form is invalid. + If RA=0, the instruction form is invalid. -Special Registers Altered: + Special Registers Altered: None @@ -194,15 +194,15 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA)+ (RB). -RS[48:63] are stored into the halfword in storage -addressed by EA. + Let the effective address (EA) be the sum (RA)+ (RB). + RS[48:63] are stored into the halfword in storage + addressed by EA. -EA is placed into register RA. + EA is placed into register RA. -If RA=0, the instruction form is invalid. + If RA=0, the instruction form is invalid. -Special Registers Altered: + Special Registers Altered: None @@ -220,9 +220,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA|0)+ D. -RS[32:63] are stored into the word in storage addressed -by EA. + Let the effective address (EA) be the sum (RA|0)+ D. + RS[32:63] are stored into the word in storage addressed + by EA. Special Registers Altered: @@ -242,9 +242,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum -(RA|0)+ (RB). RS[32:63] are stored into the word in stor- -age addressed by EA. + Let the effective address (EA) be the sum + (RA|0)+ (RB). RS[32:63] are stored into the word in stor- + age addressed by EA. Special Registers Altered: @@ -264,15 +264,15 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA)+ D. -RS[32:63] are stored into the word in storage addressed -by EA. + Let the effective address (EA) be the sum (RA)+ D. + RS[32:63] are stored into the word in storage addressed + by EA. -EA is placed into register RA. + EA is placed into register RA. -If RA=0, the instruction form is invalid. + If RA=0, the instruction form is invalid. -Special Registers Altered: + Special Registers Altered: None @@ -290,15 +290,15 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum (RA)+ (RB). -RS[32:63] are stored into the word in storage addressed -by EA. + Let the effective address (EA) be the sum (RA)+ (RB). + RS[32:63] are stored into the word in storage addressed + by EA. -EA is placed into register RA. + EA is placed into register RA. -If RA=0, the instruction form is invalid. + If RA=0, the instruction form is invalid. -Special Registers Altered: + Special Registers Altered: None @@ -320,9 +320,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum -(RA|0)+ (DS||0b00). (RS) is stored into the doubleword -in storage addressed by EA. + Let the effective address (EA) be the sum + (RA|0)+ (DS||0b00). (RS) is stored into the doubleword + in storage addressed by EA. Special Registers Altered: @@ -342,9 +342,9 @@ Pseudo-code: Description: -Let the effective address (EA) be the sum -(RA|0)+ (RB). (RS) is stored into the doubleword in -storage addressed by EA. + Let the effective address (EA) be the sum + (RA|0)+ (RB). (RS) is stored into the doubleword in + storage addressed by EA. Special Registers Altered: -- 2.30.2