From a7f3fa7ab2c87d75d0c562eb12d73e01d19095f1 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 23 Jun 2022 17:13:47 +0100 Subject: [PATCH] add BM2-Form to power_enums.py --- openpower/isatables/minor_22.csv | 2 +- src/openpower/decoder/power_enums.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openpower/isatables/minor_22.csv b/openpower/isatables/minor_22.csv index f23ff1dd..c3d9ed55 100644 --- a/openpower/isatables/minor_22.csv +++ b/openpower/isatables/minor_22.csv @@ -17,4 +17,4 @@ opcode,unit,internal op,in1,in2,in3,out,CR in,CR out,inv A,inv out,cry in,cry ou 0111110110-,ALU,OP_ABSADD,RA,RB,RT,RT,NONE,CR0,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,0,absdacs,X,,1,unofficial until submitted and approved/renumbered by the opf isa wg # Vector bitmanip 0110001110-,ALU,OP_CPROP,RA,RB,NONE,RT,NONE,CR0,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,0,cprop,X,,1,unofficial until submitted and approved/renumbered by the opf isa wg -------10001,ALU,OP_BMASK,RA,RB,NONE,RT,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,0,cprop,BM2,,1,unofficial until submitted and approved/renumbered by the opf isa wg +------10001,ALU,OP_BMASK,RA,RB,NONE,RT,NONE,NONE,0,0,ZERO,0,NONE,0,0,0,0,0,0,RC,0,0,bmask,BM2,,1,unofficial until submitted and approved/renumbered by the opf isa wg diff --git a/src/openpower/decoder/power_enums.py b/src/openpower/decoder/power_enums.py index f15cb499..776c3ee9 100644 --- a/src/openpower/decoder/power_enums.py +++ b/src/openpower/decoder/power_enums.py @@ -125,6 +125,7 @@ class Form(Enum): SVRM = 33 # Simple-V REMAP mode - TEMPORARY TEMPORARY TEMPORARY TLI = 34 # ternlogi XB = 35 + BM2 = 36 # bmask # Simple-V svp64 fields https://libre-soc.org/openpower/sv/svp64/ -- 2.30.2