diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -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 eba4e1f7..be4d63cd 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -383,6 +383,9 @@ reg_tests = [ "d818"), (m32, "00000000 FCOMP QWORD PTR [EAX]", "dC18"), + (m32, "00000000 FCOM ST, ST(2)", + "d8d2"), + (m32, "00000000 FCOMPP", "ded9"), |