diff options
Diffstat (limited to '')
| -rw-r--r-- | test/arch/x86/arch.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index f491c19a..2af90c8a 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -3074,6 +3074,9 @@ reg_tests = [ "0ff7d3"), (m32, "00000000 MASKMOVDQU XMM4, XMM5", "660ff7e5"), + + (m32, "00000000 EMMS", + "0f77"), ] |