From f6dfb4da65b4998624eba8586159838531fd54d9 Mon Sep 17 00:00:00 2001 From: Minhyuk Kim Date: Fri, 17 Jan 2025 06:25:36 +0900 Subject: [PATCH] Remove instructions from supported_targets --- .../supported_targets/asterisc-v1.1.2.json | 54 ------------------- 1 file changed, 54 deletions(-) diff --git a/tests/rv64-matching-tool/supported_targets/asterisc-v1.1.2.json b/tests/rv64-matching-tool/supported_targets/asterisc-v1.1.2.json index d0b51f19..811bc03f 100644 --- a/tests/rv64-matching-tool/supported_targets/asterisc-v1.1.2.json +++ b/tests/rv64-matching-tool/supported_targets/asterisc-v1.1.2.json @@ -146,36 +146,6 @@ } ] } - }, - { - "01": { - "funct3": [ - { - "00": "MUL" - }, - { - "01": "MULH" - }, - { - "02": "MULHSU" - }, - { - "03": "MULU" - }, - { - "04": "DIV" - }, - { - "05": "DIVU" - }, - { - "06": "REM" - }, - { - "07": "REMU" - } - ] - } } ] } @@ -206,27 +176,6 @@ } ] } - }, - { - "01": { - "funct3": [ - { - "00": "MULW" - }, - { - "04": "DIVW" - }, - { - "05": "DIVUW" - }, - { - "06": "REMW" - }, - { - "07": "REMUW" - } - ] - } } ] } @@ -251,9 +200,6 @@ "funct12": [ { "0000": "ECALL" - }, - { - "0001": "EBREAK" } ] }