add comment/header on ld/st shift instructions
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 17 Nov 2023 15:20:37 +0000 (15:20 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 17 Nov 2023 15:43:12 +0000 (15:43 +0000)
openpower/isa/pifixedloadshift.mdwn
openpower/isa/pifixedstoreshift.mdwn
openpower/isa/pifploadshift.mdwn
openpower/isa/pifpstoreshift.mdwn

index 89d92eee099de61c1a33196e647c4e88d0875e93..1572acc7d445d33dd3e0d7074cdd3652b2beb3b5 100644 (file)
@@ -4,7 +4,10 @@
 <!-- Effective Address is always RA, and the usual EA is stored late in RA -->
 
 <!-- Note that these pages also define equivalent store instructions, -->
-<!-- these are described in pifixedstore.mdwn -->
+<!-- these are described in pifixedstoreshift.mdwn -->
+<!-- https://bugs.libre-soc.org/show_bug.cgi?id=1055 -->
+<!-- https://libre-soc.org/openpower/sv/rfc/ls004/ -->
+
 
 
 
index de5edafcc19072582ecc3e376a656efc96a0dddd..22ef428101d09d7852b03f24c09abcd76ac103f8 100644 (file)
@@ -3,6 +3,9 @@
 <!-- This defines instructions that store from a register to RAM -->
 <!-- Effective Address is always RA, and the usual EA is stored late in RA -->
 
+<!-- https://bugs.libre-soc.org/show_bug.cgi?id=1055 -->
+<!-- https://libre-soc.org/openpower/sv/rfc/ls004/ -->
+
 # Store Byte with Post-Update Indexed
 
 X-Form
index d87bbfb4750a2b503951373e2843b38ff970a637..85eb45f5979ec4f233ff0963a91d67fd4b1ce889 100644 (file)
@@ -1,6 +1,5 @@
-<!-- X Instructions here described in PowerISA Version 3.0 B Book 1 -->
-
-<!-- Section 4.6.1 Floating-point storage access instructions. P 140 - 143 -->
+<!-- https://bugs.libre-soc.org/show_bug.cgi?id=1055 -->
+<!-- https://libre-soc.org/openpower/sv/rfc/ls004/ -->
 
 # Load Floating-Point Single with Post-Update Shifted Indexed
 
index ba4767ac2c241d79ae78009033d030a0864e8e62..a91570b474ec1b5babebaacbb8963404dcf98cde 100644 (file)
@@ -1,6 +1,5 @@
-<!-- X Instructions here described in PowerISA Version 3.0 B Book 1 -->
-
-<!-- Section 4.6.3 Floating-point store instructions. P 144 - 147 -->
+<!-- https://bugs.libre-soc.org/show_bug.cgi?id=1055 -->
+<!-- https://libre-soc.org/openpower/sv/rfc/ls004/ -->
 
 # Store Floating-Point Single with Update Shifted Indexed