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
I fixed the parsing of the vector load element family of instructions in CL 29855 (413f1ef), but I missed that the vector store element family of instructions also need the same fix. The instructions should be of the form:
// Stores the doubleword at index 1 of V0 into the address specified by (R1).
VSTEG $1, V0, (R1)
Not urgent for 1.8 since the instructions don't parse in 1.7 either.
The text was updated successfully, but these errors were encountered:
I fixed the parsing of the vector load element family of instructions in CL 29855 (413f1ef), but I missed that the vector store element family of instructions also need the same fix. The instructions should be of the form:
Not urgent for 1.8 since the instructions don't parse in 1.7 either.
The text was updated successfully, but these errors were encountered: