Details
Details
- Reviewers
atanasyan - Commits
- rGe0ab0e6a281f: [MIPS] Implement PUL.PS and PUU.PS instructions
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The following test cases failed on my machine. Initially, assembler shows error: unknown instruction. Now assembler shows correct error message instruction requires a CPU feature not currently enabled and the checks should be updated and moved to invalid-xxx.s files.
MC/Mips/mips1/invalid-mips5-wrong-error.s MC/Mips/mips2/invalid-mips5-wrong-error.s MC/Mips/mips3/invalid-mips5-wrong-error.s MC/Mips/mips4/invalid-mips5-wrong-error.s MC/Mips/mips64r6/invalid-mips5-wrong-error.s
Comment Actions
This revised patch fixes all the tests that were affected (changed tests from XFAIL to expected pass).