Fix ARM Neon VMRS instruction for little endian

This commit is contained in:
Hyunjin Song 2021-02-12 13:50:37 +09:00 committed by GitHub
parent ce78b860be
commit 6d97ccee64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3049,7 +3049,7 @@ define pcodeop VectorCopyNarrow;
@if defined(VFPv2) || defined(VFPv3) || defined(SIMD)
:vmrs^COND VRd,fpscr is COND & ( ($(AMODE) & c1627=0xef1 & c0011=0xa10) | ($(TMODE_E) & c1627=0xef1 & c0011=0xa10)) & fpscr & VRd
:vmrs^COND VRd,fpscr is COND & ( ($(AMODE) & c1627=0xef1 & c0011=0xa10) | ($(TMODE_E) & thv_c1627=0xef1 & thv_c0011=0xa10)) & fpscr & VRd
{
VRd = fpscr;
}