From: Luke Kenneth Casson Leighton Date: Sun, 31 May 2020 23:13:01 +0000 (+0100) Subject: cmpb does not store result in CR (cmpeqb and cmp do) X-Git-Tag: convert-csv-opcode-to-binary~2557 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce306badc535e08b5fc5e061b26290dce44166ff;p=libreriscv.git cmpb does not store result in CR (cmpeqb and cmp do) --- diff --git a/openpower/isatables/minor_31.csv b/openpower/isatables/minor_31.csv index 5fbf171ed..cc5228039 100644 --- a/openpower/isatables/minor_31.csv +++ b/openpower/isatables/minor_31.csv @@ -13,7 +13,7 @@ opcode,unit,internal op,in1,in2,in3,out,CR in,CR out,inv A,inv out,cry in,cry ou 0b0000111100,LOGICAL,OP_AND,NONE,RB,RS,RA,NONE,CR0,1,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,0,andc,X 0b0011111100,LOGICAL,OP_BPERM,NONE,RB,RS,RA,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,bperm,X 0b0000000000,ALU,OP_CMP,RA,RB,NONE,NONE,NONE,BF,1,0,ONE,0,NONE,0,0,0,0,0,1,NONE,0,0,cmp,X -0b0111111100,LOGICAL,OP_CMPB,NONE,RB,RS,RA,NONE,BF,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,cmpb,X +0b0111111100,LOGICAL,OP_CMPB,NONE,RB,RS,RA,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,cmpb,X 0b0011100000,ALU,OP_CMPEQB,RA,RB,NONE,NONE,NONE,BF,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,cmpeqb,X 0b0000100000,ALU,OP_CMP,RA,RB,NONE,NONE,NONE,BF,1,0,ONE,0,NONE,0,0,0,0,0,0,NONE,0,0,cmpl,X 0b0011000000,,,,,,,,,,,,,,,,,,,,,,,cmprb,X