fix set[n]bc[r]
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 25 Jul 2023 03:34:22 +0000 (20:34 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 25 Jul 2023 03:34:22 +0000 (20:34 -0700)
openpower/isa/sprset.mdwn
openpower/isatables/fields.text
openpower/isatables/minor_31.csv
src/openpower/test/cr/cr_cases.py

index 7dcefecf8dc3e8dd5ae4f67a6f7b99fd0e674bee..61454907549ff93c311ee52a8ae1f2a38bd02757 100644 (file)
@@ -183,7 +183,7 @@ X-Form
 
 Pseudo-code:
 
-    RT <- (CR[BI] = 1) ? 1 : 0
+    RT <- (CR[BI + 32] = 1) ? 1 : 0
 
 Special Registers Altered:
 
@@ -197,7 +197,7 @@ X-Form
 
 Pseudo-code:
 
-    RT <- (CR[BI] = 1) ? 0 : 1
+    RT <- (CR[BI + 32] = 1) ? 0 : 1
 
 Special Registers Altered:
 
@@ -211,7 +211,7 @@ X-Form
 
 Pseudo-code:
 
-    RT <- (CR[BI] = 1) ? -1 : 0
+    RT <- (CR[BI + 32] = 1) ? -1 : 0
 
 Special Registers Altered:
 
@@ -225,7 +225,7 @@ X-Form
 
 Pseudo-code:
 
-    RT <- (CR[BI] = 1) ? 0 : -1
+    RT <- (CR[BI + 32] = 1) ? 0 : -1
 
 Special Registers Altered:
 
index 76227ed5c0c695a47d45c18782ea8e6146934173..8e11b8434dc59e37df831e0901000a9f6644180f 100644 (file)
     BI (11:15)
          Field used to specify a bit in the CR to be tested by
          a Branch Conditional instruction.
-         Formats: B, XL
+         Formats: B, X, XL
     bm (21:25)
          Field used to specify the Bit-mask Mode for bmask
          Formats: BM2
index c019f40e29c3c22b292e1cd4ab372315dcc50c11..05ffce9ebd3602a2aff9c9e0ea57de3676c7b5e9 100644 (file)
@@ -164,10 +164,10 @@ opcode,unit,internal op,in1,in2,in3,out,CR in,CR out,inv A,inv out,cry in,cry ou
 0b0010111010,LOGICAL,OP_PRTY,RS,NONE,NONE,RA,NONE,NONE,0,0,ZERO,0,is8B,0,0,0,0,0,0,NONE,0,0,prtyd,X,,,
 0b0010011010,LOGICAL,OP_PRTY,RS,NONE,NONE,RA,NONE,NONE,0,0,ZERO,0,is4B,0,0,0,0,0,0,NONE,0,0,prtyw,X,,,
 0b0010000000,CR,OP_SETB,NONE,NONE,NONE,RT,BFA,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setb,X,,,
-0b0110000000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setbc,X,,,
-0b0110100000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setbcr,X,,,
-0b0111000000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setnbc,X,,,
-0b0111100000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setnbcr,X,,,
+0b0110000000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setbc,X,,0,
+0b0110100000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setbcr,X,,0,
+0b0111000000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setnbc,X,,0,
+0b0111100000,CR,OP_SETBC,NONE,NONE,NONE,RT,BI,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,setnbcr,X,,0,
 0b0111110010,MMU,OP_TLBIE,NONE,NONE,NONE,NONE,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,slbia,X,,,
 0b0000011011,SHIFT_ROT,OP_SHL,NONE,RB,RS,RA,NONE,CR0,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC_ONLY,0,0,sld,X,,,
 0b0000011000,SHIFT_ROT,OP_SHL,NONE,RB,RS,RA,NONE,CR0,0,0,ZERO,0,NONE,0,0,0,0,1,0,RC_ONLY,0,0,slw,X,,,
index 1254106224b000b4e6b526568b2485213b5c20f1..b48e38290606d1d7d713edf48c4412b4e1041d04 100644 (file)
@@ -208,7 +208,7 @@ class CRTestCase(TestAccumulatorBase):
                 cr = hash_256(f"{mnemonic} {case_idx} r4") % 2**32
                 crregs = [(cr >> i) & 0xF for i in reversed(range(0, 32, 4))]
                 e = ExpectedState(pc=4, int_regs=gprs, crregs=crregs)
-                if bool(cr & (1 << 10)) != rev:
+                if bool(cr & (1 << (31 - 10))) != rev:
                     if negate:
                         e.intregs[3] = 2**64 - 1
                     else: