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
It sounds likely that hardware does not actually support this. A hardware test should be written to verify that it doesn't, and a diagnostic should be added to make sure source code doesn't try to do this.
Example of what I'm talking about: add r4, i0, r4. Note that r4 is used both as an input and an output of the addition.
The text was updated successfully, but these errors were encountered:
neobrain
changed the title
Check if input registers may be used as outputs
Check if input operands may simultaneously be used as output operands
Oct 3, 2015
It sounds likely that hardware does not actually support this. A hardware test should be written to verify that it doesn't, and a diagnostic should be added to make sure source code doesn't try to do this.
Example of what I'm talking about:
add r4, i0, r4
. Note that r4 is used both as an input and an output of the addition.The text was updated successfully, but these errors were encountered: