add english to lhzup instruction
authorNicholas Calderwood <nicholas@libre-soc.org>
Sat, 14 Oct 2023 13:38:18 +0000 (14:38 +0100)
committerNicholas Calderwood <nicholas@libre-soc.org>
Sat, 14 Oct 2023 13:38:18 +0000 (14:38 +0100)
openpower/isa/pifixedload.mdwn

index 73b72db3065875115dec4bdfe04f31bc45c0e2f9..f67107fe887329487dd0e320d89e9e36a2a7b8de 100644 (file)
@@ -72,6 +72,16 @@ Pseudo-code:
     RT <- ([0] * (XLEN-16)) || MEM(EA, 2)
     RA <- (RA) + EXTS(D)
 
+Description:
+
+    Let the effective address (EA) be register RA. The
+    halfword in storage addressed by EA is loaded into
+    RT[48:63]. RT[0:47] are set to 0.
+
+    The sum (RA) + D is placed into register RA.
+
+    If RA=0 or RA=RT, the instruction form is invalid.
+
 Special Registers Altered:
 
     None