On 07/05/2019 04:48, Anton Blanchard wrote: > Hi Alexey, > >> Out of curiosity - how did you find this one and (especially) the next >> one - "Fix xxspltib"? Is there some testsuite, or by just looking at >> the code? Thanks, > > I'm running test cases and comparing results between QEMU and real > hardware.
Nice - thanks for looking into these issues and reporting them. There is likely some other low hanging fruit e.g. converting more accesses of the form .uX[i] into VsrX(i) which can potentially be done, but without much in the way of test coverage against real hardware I've been reluctant to go ahead with more changes. ATB, Mark.