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

ISA change proposal: allow predicate manipulation in second issue slot #74

Open
1 of 2 tasks
Emoun opened this issue Sep 16, 2020 · 2 comments
Open
1 of 2 tasks

Comments

@Emoun
Copy link
Member

Emoun commented Sep 16, 2020

This issue will track the discussion into changing the Patmos ISA to allow predicate manipulation instructions in the second issue slot.

Motivation

Like #73, there is no technical reason for disallowing predicate manipulation instructions in the second issue slot. Allowing them could bring benefit in many ways, however, for single-path code especially, which has many independent predicate manipulation instructions, this could bring significant improvements

Todo:

  • Implement in simulator
  • Benchmark on simulator
@Emoun
Copy link
Member Author

Emoun commented Nov 29, 2022

Did some quick testing using inline assembly and it seems to me that both the new compiler and the simulator accept bit-manipulation instructions in the second issue slot. Tested comparisons, pand, and por and they were accepted and worked correctly.

@schoeberl
Copy link
Member

Ok, then "only" the hardware has to implement it ;-)

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

2 participants