FFTW Support#219
Merged
FinnWilkinson merged 51 commits intodevfrom Mar 30, 2022
Merged
Conversation
jj16791
reviewed
Mar 28, 2022
Contributor
jj16791
left a comment
There was a problem hiding this comment.
Need to fix CI failure but code looks good
8894b5b to
a3f59b7
Compare
ad3d30a to
71fec6f
Compare
…ests. Also accommodated for the alias of ROR to RORV.
…truction and tests. Created new helper function for this instruction's logic, and also accommodated for its alias.
…uction with tests.
…with tests. New helper function created for this instruction.
…sts. Also implemented the 8 and 16-bit versions of the sve DUP (scalar) sve instructions.
…e instruction with tests.
…instruction with tests and new helper function.
…ated) sve instruction with tests.
…to 3 vectors, instead of loading 3 interleaved vectors from memory.
…ented the 64-bit version of the fcadd sve instruction with tests.
…y) to verify its implementation against a real hardware run.
Implemented the 64-bit version of the FCMLA (predicated) sve instruction with tests.
…scaled) sve instructions where the Z-reg memory operand was not detected correctly at decode.
…all account for the different change types.
…REG_CNTVCT_EL0 to the iteration count (ticks completed) in main. Removed old getUpdateState function from Architecture files as now redundant.
…struction with tests and new helper function.
…ruction with tests and new helper function.
…ruction with tests and new helper function.
…nstruction with tests.
…TVCT updating according to said frequencies.
…is can cause undefined behaviour.
…re being set for instructions with 2 memory register operands (base register and index register).
…per function and tests.
…nd new helper function.
…ixed LD2D, LD3D, ST2D operand parsing in InstructionMetadata.cc, and changed max number of destination registers to 4.
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.
This PR mainly contains more instruction implementations from the Armv8+sve ISA to support the FFTW binary. It also includes other minor updates, the most notable of which are :