Skip to content

docs(Q): add instruction metadata for Q extension (quad-precision) #882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sudo-abdullah
Copy link
Contributor

Add long_name, description, and normative fields for Q extension instructions including :

  • fadd.q
  • fsub.q
  • fmul.q
  • fdiv.q
  • fsqrt.q
  • fmin.q
  • fminm.q
  • fmax.q
  • fmaxm.q
  • fsgnj.q
  • fsgnjn.q
  • fsgnjx.q
  • fclass.q
  • fcvt.q.s
  • fcvt.s.q
  • fcvt.q.d
  • fcvt.d.q
  • fcvt.q.w
  • fcvt.q.l
  • fcvt.q.wu
  • fcvt.q.lu
  • fcvt.w.q
  • fcvt.l.q
  • fcvt.wu.q
  • fcvt.lu.q
  • fround.q
  • froundnx.q
  • feq.q
  • fle.q
  • flt.q
  • fltq.q
  • fleq.q
  • fmadd.q
  • fmsub.q
  • fnmsub.q
  • fnmadd.q
  • fmvp.q.x
  • fmvh.x.q

Descriptions are taken verbatim from the RISC-V ISA specification where applicable, and are marked normative: true accordingly. Naming and format follow UnifiedDB conventions.

Add `long_name`, `description`, and `normative` fields for Q extension instructions
including `fsgnjn.q`, `froundnx.q`, `fmaxm.q`, `fmvp.q.x`, `fmvh.x.q`, and `fnmadd.q`.

Descriptions are taken verbatim from the RISC-V ISA specification where applicable,
and are marked `normative: true` accordingly. Naming and format follow UnifiedDB conventions.
Copy link

codecov bot commented Jul 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.30%. Comparing base (800102a) to head (c32aa36).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #882   +/-   ##
=======================================
  Coverage   43.30%   43.30%           
=======================================
  Files          10       10           
  Lines        4787     4787           
  Branches     1298     1298           
=======================================
  Hits         2073     2073           
  Misses       2714     2714           
Flag Coverage Δ
idlc 43.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant