From 7b549672e449084278b3f56c989e5857e75c9f3d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 1 Mar 2020 15:04:28 +0000 Subject: [PATCH] add extra ops csv --- openpower/isatables.mdwn | 2 ++ openpower/isatables/extra.csv | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 openpower/isatables/extra.csv diff --git a/openpower/isatables.mdwn b/openpower/isatables.mdwn index 56e647800..9bb520c06 100644 --- a/openpower/isatables.mdwn +++ b/openpower/isatables.mdwn @@ -2,6 +2,8 @@ TODO +Based on Anton Blanchard's microwatt decode1.vhdl + ## Major opcodes [[!table format=csv file="openpower/isatables/major.csv"]] diff --git a/openpower/isatables/extra.csv b/openpower/isatables/extra.csv new file mode 100644 index 000000000..a122a5ab6 --- /dev/null +++ b/openpower/isatables/extra.csv @@ -0,0 +1,4 @@ +opcode,unit,internal op,in1,in2,in3,out,CR in,CR out,inv A,inv out,cry in,cry out,ldst len,BR,sgn ext,upd,rsrv,32b,sgn,rc,lk,sgl pipe +attn,ALU,OP_ILLEGAL,NONE,NONE,NONE,NONE,0,0,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,1,attn +nop,ALU,OP_NOP,NONE,NONE,NONE,NONE,0,0,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,0,nop +sim_cfg,ALU,OP_SIM_CONFIG,NONE,NONE,NONE,RT,0,0,0,0,ZERO,0,NONE,0,0,0,0,0,0,NONE,0,1,sim_cfg -- 2.30.2