From cc3954d5dcfce29f89dc39dbd719637231820ce6 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 1 Mar 2020 13:35:45 +0000 Subject: [PATCH] add minor 58 opcode table --- openpower/isatables/minor_58.csv | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 openpower/isatables/minor_58.csv diff --git a/openpower/isatables/minor_58.csv b/openpower/isatables/minor_58.csv new file mode 100644 index 000000000..8036e5018 --- /dev/null +++ b/openpower/isatables/minor_58.csv @@ -0,0 +1,4 @@ +opcode,unit,internalop,in1,in2,in3,out,CRin,CRout,invA,invout,cryin,cryout,ldstlen,BR,sgnext,upd,rsrv,32b,sgn,rc,lk,sglpipe +0,LDST,OP_LOAD,RA_OR_ZERO,CONST_DS,NONE,RT,0,0,0,0,ZERO,0,is8B,0,0,0,0,0,0,NONE,0,1,--ld +1,LDST,OP_LOAD,RA_OR_ZERO,CONST_DS,NONE,RT,0,0,0,0,ZERO,0,is8B,0,0,1,0,0,0,NONE,0,1,--ldu +2,LDST,OP_LOAD,RA_OR_ZERO,CONST_DS,NONE,RT,0,0,0,0,ZERO,0,is4B,0,1,0,0,0,0,NONE,0,1,--lwa -- 2.30.2