Extend native A64 startup instruction execution - #9
Merged
Merged
Conversation
NiSeullent
marked this pull request as ready for review
September 12, 2026 11:32
NiSeullent
added a commit
that referenced
this pull request
Sep 14, 2026
Extend native A64 startup instruction execution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extend native A64 startup execution with independently authored instruction contracts and provider tests: UBFM, extended arithmetic, conditional selection, scalar register-offset loads/stores, TBZ/TBNZ, ordinary MADD/MSUB and destination-preserving BFM/BFI/BFXIL/BFC. Correct reference W compare width and exact register-branch validation. Keep unsupported neighboring encodings explicit.
The BFM increment checks all legal width/immediate combinations with an independent bit-origin oracle, register aliases, ZR, W zero-extension, destination preservation, unchanged flags and malformed encodings. Direct/native/reference and provider checks, compiled mutation controls and the UEFI target build pass. Parent integration also executes an authored EFI consumer and the unchanged six-case captured-Arm comparator against an immutable archived source freeze.
These changes improve bounded pre-OS execution; they do not establish complete architecture support, normal macOS startup or physical desktop output. See parent PR 26x86/26x86#19 for the actual integration boundary and source-bound evidence.