[PR #244] [CLOSED] MVP Instruction Implementation #303

Open
opened 2026-01-31 21:30:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/244
Author: @infinitisoft
Created: 8/10/2023
Status: Closed

Base: masterHead: max


📝 Commits (2)

  • 05b6c62 added mvp to decode and have print trans instruction
  • a3ce147 tried to implement mvp

📊 Changes

3 files changed (+67 additions, -0 deletions)

View changed files

📝 target/riscv/insn32.decode (+3 -0)
📝 target/riscv/insn_trans/trans_rvi.c.inc (+21 -0)
📝 target/riscv/insn_trans/trans_rvv.c.inc (+43 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/244 **Author:** [@infinitisoft](https://github.com/infinitisoft) **Created:** 8/10/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `max` --- ### 📝 Commits (2) - [`05b6c62`](https://github.com/qemu/qemu/commit/05b6c629b45498a239ada34488f11568f9106f9b) added mvp to decode and have print trans instruction - [`a3ce147`](https://github.com/qemu/qemu/commit/a3ce14714b6306a884fa3da051e86d92fb49a355) tried to implement mvp ### 📊 Changes **3 files changed** (+67 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `target/riscv/insn32.decode` (+3 -0) 📝 `target/riscv/insn_trans/trans_rvi.c.inc` (+21 -0) 📝 `target/riscv/insn_trans/trans_rvv.c.inc` (+43 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:30:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#303