From: Michael Nolan Date: Sat, 16 May 2020 14:01:01 +0000 (-0400) Subject: Fix broken decoding of crxor X-Git-Tag: convert-csv-opcode-to-binary~2654 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92824be3e76caa0f8843619c7c0ba6122b29f795;p=libreriscv.git Fix broken decoding of crxor --- diff --git a/openpower/isatables/minor_19.csv b/openpower/isatables/minor_19.csv index caf933f12..43cd7b7f1 100644 --- a/openpower/isatables/minor_19.csv +++ b/openpower/isatables/minor_19.csv @@ -7,7 +7,7 @@ opcode,unit,internal op,in1,in2,in3,out,CR in,CR out,inv A,inv out,cry in,cry ou 0b0000100001,CR,OP_CROP,NONE,NONE,NONE,NONE,1,1,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,crnor,XL 0b0111000001,CR,OP_CROP,NONE,NONE,NONE,NONE,1,1,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,cror,XL 0b0110100001,CR,OP_CROP,NONE,NONE,NONE,NONE,1,1,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,crorc,XL -0b0110000001,CR,OP_CROP,NONE,NONE,NONE,NONE,1,1,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,crxor,XL +0b0011000001,CR,OP_CROP,NONE,NONE,NONE,NONE,1,1,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,crxor,XL 0b1000010000,BRANCH,OP_BCREG,SPR,SPR,NONE,SPR,1,0,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,1,0,bcctr,XL 0b0000010000,BRANCH,OP_BCREG,SPR,SPR,NONE,SPR,1,0,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,1,0,bclr,XL 0b1000110000,BRANCH,OP_BCREG,SPR,SPR,NONE,SPR,1,0,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,1,0,bctar,XL