bug 1034: yet again move crternlogi due to size of operands
[openpower-isa.git] / openpower / isa / bitmanip.mdwn
index 1b58fc8e00384d32c362b9f6377e73c32995c8b0..c0bf722fb5a063aa32bb1770d0b78a21a6a45fd7 100644 (file)
@@ -97,14 +97,14 @@ Special Registers Altered:
 
 # Condition Register Field Ternary Bitwise Logic Immediate
 
-CRB-Form
+TLI-Form
 
 * crternlogi BT,BA,BB,TLI
 
 Pseudo-code:
 
     idx <- CR[BT+32] || CR[BA+32] || CR[BB+32]
-    CR[4*BF+32] <- TLI[7-idx]
+    CR[4*BT+32] <- TLI[7-idx]
 
 Special Registers Altered: