You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: