It can clearly be seen that the carry chains from one
64 bit add to the next, the end result being that a
-256-bit "Big Integer Add" has been performed, and that
-CA contains the 257th bit. A one-instruction 512-bit Add
+256-bit "Big Integer Add with Carry" has been performed, and that
+CA contains the 257th bit. A one-instruction 512-bit Add-with-Carry
may be performed by setting VL=8, and a one-instruction
-1024-bit add by setting VL=16, and so on. More on
+1024-bit Add-with-Carry by setting VL=16, and so on. More on
this in [[openpower/sv/biginteger]]
# v3.0B/v3.1 relevant instructions