looks like spec error on maddhd etc. should be a comma rather than fullstop
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 23 Jun 2021 16:31:55 +0000 (17:31 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 23 Jun 2021 16:31:55 +0000 (17:31 +0100)
openpower/isa/fixedarith.mdwn

index 470a833ca2b8a826f5511c4122114583ef169e55..bff81b428bcb3d8a37134e2c02a29a36dc36705b 100644 (file)
@@ -613,7 +613,7 @@ Special Registers Altered:
 
 VA-Form
 
-* maddhd RT,RA.RB,RC
+* maddhd RT,RA,RB,RC
 
 Pseudo-code:
 
@@ -629,7 +629,7 @@ Special Registers Altered:
 
 VA-Form
 
-* maddhdu RT,RA.RB,RC
+* maddhdu RT,RA,RB,RC
 
 Pseudo-code:
 
@@ -645,7 +645,7 @@ Special Registers Altered:
 
 VA-Form
 
-* maddld RT,RA.RB,RC
+* maddld RT,RA,RB,RC
 
 Pseudo-code: