(no commit message)
authorlkcl <lkcl@web>
Wed, 23 Dec 2020 01:42:04 +0000 (01:42 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 23 Dec 2020 01:42:04 +0000 (01:42 +0000)
openpower/sv/svp_rewrite/svp64.mdwn

index 9548f67d8d2365cfa94fa48e158effe271b2304e..df71ba5c3fbf0ba8d045bf7237131b5290a5ae57 100644 (file)
@@ -495,7 +495,7 @@ independent.  XER SO and other global "accumulation" flags (CR.OV) cause
 Read-Write Hazards on single-bit global resources, having a significant
 detrimental effect.
 
-Consequently in SV, XER.SO and CR.OV behaviour is disregarded.  XER is
+Consequently in SV, XER.SO and CR.OV behaviour is disregarded (including in cmp ibstructions) .  XER is
 simply neither read nor written.  This includes when `scalar identity behaviour` occurs.  If precise OpenPOWER v3.0/1 scalar behaviour is desired then OpenPOWER v3.0/1 instructions should be used without an SV Prefix.
 
 An interesting side-effect of this decision is that the OE flag is now free for other uses when SV Prefixing is used.