mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-29 02:36:53 +00:00
Make sure we are not treating architecturally Undefined instructions as a SWP, by verifying the opcodes as per section A8.8.229 of ARMv7-A specification. Bits [21:20] must be zero for this to be a SWP or SWPB. We also choose to UNDEF for the architecturally UNPREDICTABLE case of bits [11:8] not being zero. Backports commit c4869ca630a57f4269bb932ec7f719cef5bc79b8 from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
sparc |