The patch fixes definition of MOVEP instruction. Two registers are used instead of register pairs.
This is necessary as machine verifier cannot handle register pairs.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Definition of MOVEP is changed but all the previously written test cases pass, so this change is tested by these old tests.
Problems with the old definition cannot be seen without code in D52037. Generating MOVEP from MicroMipsSizeReduce pass would fail with machine verifier error if this definition is not fixed.
(This is similar to the changes done for LWP/SWP instructions D47255 and D39115).