(no commit message)
authorlkcl <lkcl@web>
Thu, 18 Feb 2021 16:35:01 +0000 (16:35 +0000)
committerIkiWiki <ikiwiki.info>
Thu, 18 Feb 2021 16:35:01 +0000 (16:35 +0000)
openpower/sv/cr_int_predication.mdwn

index 5d33915238bfa1d837215d1bea34ea1bc7bb8ac4..babe05e81b719a26384d485a21da2781f4c69148 100644 (file)
@@ -213,6 +213,6 @@ there are additional setb conditional instructions in v3.1 (p129)
 
     RT = (CR[BI] == 1) ? 1 : 0
 
 
     RT = (CR[BI] == 1) ? 1 : 0
 
-which also negate that, and also return -1 / 0.  these are similar yo crweird but not the same purpose.
+which also negate that, and also return -1 / 0.  these are similar yo crweird but not the same purpose.  most notable is that crweird acts on CR fields rather than the entire 32 bit CR.