Skip to content
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

Add Support for Vector Permutation Instructions #206

Open
6 tasks
kathlenemagnus-mips opened this issue Sep 4, 2024 · 0 comments
Open
6 tasks

Add Support for Vector Permutation Instructions #206

kathlenemagnus-mips opened this issue Sep 4, 2024 · 0 comments

Comments

@kathlenemagnus-mips
Copy link
Contributor

Add vector sequencer and execution support for the vector permutation instructions. At least 1 test should be added with an instruction from each category to verify proper sequencing. Some of these instruction types require reading up to 8 source registers to write to a single destination, which is not reasonable for sequencing. Need to set a reasonable limit on the number of source registers allowed per uop and come up with a creative way to sequence these more complex instructions. The solution may require that the uops be executed in order, which is ok.

  • Vector Permutation Instructions: Integer Scalar Move Instructions
  • Vector Permutation Instructions: Floating-Point Scalar Move Instructions
  • Vector Permutation Instructions: Vector Slide Instructions
  • Vector Permutation Instructions: Vector Register Gather Instructions
  • Vector Permutation Instructions: Vector Compress Instruction
  • Vector Permutation Instructions: Whole Vector Register Move
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

No branches or pull requests

1 participant