From d52c34c00d5692c49b0de7a6f123e7679aad6402 Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Mon, 25 Sep 2023 03:16:23 +0800 Subject: Remove duplicate zimm Signed-off-by: Jiuyang Liu --- constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/constants.py b/constants.py index 6678cff..377cd7e 100644 --- a/constants.py +++ b/constants.py @@ -564,7 +564,6 @@ arg_lut['imm3'] = (22, 20) arg_lut['imm4'] = (23, 20) arg_lut['imm5'] = (24, 20) arg_lut['imm6'] = (25, 20) -arg_lut['zimm'] = (19, 15) arg_lut['opcode'] = (6,0) arg_lut['funct7'] = (31,25) -- cgit v1.1