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

RSP VSAW #43

Open
bryanperris opened this issue Feb 21, 2021 · 0 comments
Open

RSP VSAW #43

bryanperris opened this issue Feb 21, 2021 · 0 comments

Comments

@bryanperris
Copy link

The VSAR/VSAW instruction is not fully explained in the RSP official doc, but it clearly shows that the vector source is always written into the accumulator after the read part.

If I follow what the doc describes, the test fails, however if the accumulator is always written into the vector source before VSAW is executed then everything passes. This possible fact would mean VSAW is useless.

A test would be useful if it can show the vector register states after called VSAR and see if the vector source is indeed changed.

In the RSP graphics ucode, vsar is used where the same vector register is selected for vd, vs, vt, which clearly shows that they don't intend to change what is in the accumulator, only read from 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

1 participant