On 4/13/23 21:01, Shivaprasad G Bhat wrote:
Add test for vextractbm, vextractwm, vextractdm and vextractqm
instructions. Test works for both qemu-ppc64 and qemu-ppc64le.
Based on the test case written by John Platts posted at [1]
References:
[1]: https://gitlab.com/qemu-project/qemu/-/issues/1536
Gitlab issues should be referenced as :
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1536
However, this patch adds a test, not a fix. So it is the previous patch
which should be annotated as resolving the issue.
Also, I think the code should be using HOST_BIG_ENDIAN instead of
__ORDER_BIG_ENDIAN__