(no commit message)
authorlkcl <lkcl@web>
Wed, 6 Apr 2022 12:21:00 +0000 (13:21 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 6 Apr 2022 12:21:00 +0000 (13:21 +0100)
openpower/sv/cr_int_predication.mdwn

index aca3df65941586f3f3267866301f56974e2ec534..83c6796bd56d5aab95c8b41021b000317986d00a 100644 (file)
@@ -27,7 +27,8 @@ The opportunity is therefore taken to also augment CR logical arithmetic as well
 v3.0B Scalar CR instructions (crand, crxor) only allow a single bit calculation, and both mtcr and mfcr are CR-orientated rather than CR *Field*
 orientated.
 
-Also strangely there is no v3.0 instruction for moving CR Fields,
+Also strangely there is no v3.0 instruction for directly moving CR Fields,
+only CR *bits*,
 so that is corrected here with `mcrfm`. The opportunity is taken
 to allow inversion of CR Field bits, when copied.