Skip to content

sail: implement HL.MIADD/HL.MISUB#75

Open
zhoubot wants to merge 2 commits intomainfrom
codex/sail-coverage-hl-miadd
Open

sail: implement HL.MIADD/HL.MISUB#75
zhoubot wants to merge 2 commits intomainfrom
codex/sail-coverage-hl-miadd

Conversation

@zhoubot
Copy link
Collaborator

@zhoubot zhoubot commented Mar 2, 2026

Implements HL.MIADD and HL.MISUB semantics (user-confirmed):

  • HL.MIADD: dst = SrcL + (SrcR * uimm19)
  • HL.MISUB: dst = SrcL - (SrcR * uimm19)
    All operations are 64-bit wraparound.

Coverage: implemented_forms 496 -> 498 (+2 forms).

NOTE: per team rule, do not merge coverage-only PRs until cumulative delta >= 5% unless explicitly requested.

@zhoubot zhoubot requested a review from a team as a code owner March 2, 2026 02:43
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