Skip to content

AArch64: Add support for vorr with immediate#456

Merged
mkannwischer merged 1 commit into
mainfrom
mjk/issue-455
Jun 16, 2026
Merged

AArch64: Add support for vorr with immediate#456
mkannwischer merged 1 commit into
mainfrom
mjk/issue-455

Conversation

@mkannwischer

Copy link
Copy Markdown
Collaborator

AArch64: add support for NEON orr with immediate

Add a vorr_imm instruction class matching the two-operand orr <Vd>.<dt>, <imm>
form, modeled as a read-modify-write on the destination register like the
existing vbic_imm_shifted. Extend the AArch64 instructions smoke test to cover
the new form.

@mkannwischer mkannwischer marked this pull request as ready for review June 16, 2026 00:49
- Resolves #455

Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
@mkannwischer mkannwischer changed the title AArch64: add support for NEON orr with immediate AArch64: Add support for vorr with immediate Jun 16, 2026
@mkannwischer mkannwischer merged commit 8d80047 into main Jun 16, 2026
40 checks passed
@mkannwischer mkannwischer deleted the mjk/issue-455 branch June 16, 2026 02:27
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.

AArch64: Add support for vorr with immediate

1 participant