From 845b22547c6f706eac7907d48734146140edfe54 Mon Sep 17 00:00:00 2001 From: Cole Poirier Date: Tue, 6 Oct 2020 18:14:05 -0700 Subject: [PATCH] new deduped csv, should compare results with lkcl's --- openpower/opcodes_deduped_cole.csv | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 openpower/opcodes_deduped_cole.csv diff --git a/openpower/opcodes_deduped_cole.csv b/openpower/opcodes_deduped_cole.csv new file mode 100644 index 000000000..81c6aaff8 --- /dev/null +++ b/openpower/opcodes_deduped_cole.csv @@ -0,0 +1,38 @@ +in1,in2,in3,out,CR in,CR out,ldst len,BR,rc,lk,opcode +R,CONST,NONE,R,0,0,0,0,NONE,0,12 +R,CONST,NONE,R,0,1,0,0,ONE,0,13 +NONE,NONE,NONE,NONE,0,0,0,0,NONE,0,17 +NONE,CONST,NONE,NONE,0,0,0,0,NONE,1,18 +R,CONST,NONE,NONE,0,1,0,0,NONE,0,11 +R,CONST,NONE,R,0,0,1,0,NONE,0,34 +R,CONST,NONE,R,0,1,0,0,NONE,0,7 +R,CONST,R,R,0,0,0,0,RC,0,20 +NONE,CONST,R,R,0,0,0,0,RC,0,21 +NONE,R,R,R,0,0,0,0,RC,0,23 +R,CONST,R,NONE,0,0,1,0,NONE,0,38 +R,CONST,NONE,NONE,0,0,0,0,NONE,0,2 +NONE,NONE,NONE,NONE,1,1,0,0,NONE,0,0b0000000000 +NONE,CONST,R,R,0,1,0,0,RC,0,0b0100 +R,CONST,R,R,0,1,0,0,RC,0,0b0110 +NONE,R,R,R,0,1,0,0,RC,0,0b1000 +R,R,NONE,R,0,1,0,0,RC,0,0b0100001010 +R,CONST,NONE,R,0,1,0,0,RC,0,0b0011101010 +R,NONE,NONE,R,0,1,0,0,RC,0,0b0011001010 +R,R,NONE,R,0,0,0,0,NONE,0,0b0011111100 +R,R,NONE,NONE,0,1,0,0,NONE,0,0b0000000000 +R,R,NONE,NONE,0,0,0,0,NONE,0,0b1111110110 +R,NONE,NONE,R,0,1,1,0,RC,0,0b1110111010 +R,R,NONE,R,1,0,0,0,NONE,0,0b0000001111 +R,R,NONE,R,0,0,1,0,NONE,0,0b0000110100 +R,R,NONE,R,0,0,1,1,NONE,0,0b1000010100 +NONE,NONE,NONE,R,1,0,0,0,NONE,0,0b0000010011 +NONE,NONE,NONE,R,0,0,0,0,NONE,0,0b0001010011 +R,NONE,NONE,NONE,1,1,0,0,NONE,0,0b0010010000 +R,NONE,NONE,NONE,0,0,0,0,NONE,0,0b0010110010 +R,NONE,NONE,R,0,0,0,0,RC,0,0b0001101000 +R,NONE,NONE,R,0,0,1,0,NONE,0,0b0001111010 +R,R,R,NONE,0,0,1,0,NONE,0,0b1111010101 +R,R,R,NONE,0,1,1,0,RC,0,0b1010110110 +R,R,R,NONE,0,0,1,1,NONE,0,0b1010010100 +NONE,R,NONE,NONE,0,0,0,0,NONE,0,0b0100110010 +NONE,NONE,NONE,NONE,0,0,0,0,RC,0,0b00010 -- 2.30.2