From c07042cb6b66076ff7935fa79a59ae451b0f866a Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Fri, 8 Apr 2022 17:26:08 +0530 Subject: [PATCH] migrate M-extension opcodes - the files are simply renamed --- opcodes-rv64m => rv64_m | 1 - opcodes-rv32m => rv_m | 0 2 files changed, 1 deletion(-) rename opcodes-rv64m => rv64_m (99%) rename opcodes-rv32m => rv_m (100%) diff --git a/opcodes-rv64m b/rv64_m similarity index 99% rename from opcodes-rv64m rename to rv64_m index 939c00ce..cfac0b15 100644 --- a/opcodes-rv64m +++ b/rv64_m @@ -1,5 +1,4 @@ # RV64M additions to RV32M - mulw rd rs1 rs2 31..25=1 14..12=0 6..2=0x0E 1..0=3 divw rd rs1 rs2 31..25=1 14..12=4 6..2=0x0E 1..0=3 divuw rd rs1 rs2 31..25=1 14..12=5 6..2=0x0E 1..0=3 diff --git a/opcodes-rv32m b/rv_m similarity index 100% rename from opcodes-rv32m rename to rv_m