(no commit message)
authorlkcl <lkcl@web>
Wed, 30 Mar 2022 11:12:34 +0000 (12:12 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 30 Mar 2022 11:12:34 +0000 (12:12 +0100)
openpower/sv/cr_int_predication.mdwn

index be69b803c7e357c763ba3c61222a508d4d4e6e3e..e51f2c6ad4f369e6f0436814aa23f4962d653f8f 100644 (file)
@@ -20,7 +20,7 @@ With the scalar OpenPOWER v3.0B ISA having already popcnt, cntlz and others norm
 (not CR bits) as Predicate Elements, fast transfers between CR *Fields* and
 the Integer Register File is needed. 
 
-The opportunity is therefore taken to also augment CR logical arithmetic as well, using a mask-based paradigm that takes into consideration multiple bits of each CR (eq/lt/gt/ov).  By contrast
+The opportunity is therefore taken to also augment CR logical arithmetic as well, using a mask-based paradigm that takes into consideration multiple bits of each CR Field (eq/lt/gt/ov).  By contrast
 v3.0B Scalar CR instructions (crand, crxor) only allow a single bit calculation.
 
 Basic concept: