aboutsummaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/fcmov.asm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/arch/x86/tests/fcmov.asm')
-rw-r--r--modules/arch/x86/tests/fcmov.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/arch/x86/tests/fcmov.asm b/modules/arch/x86/tests/fcmov.asm
new file mode 100644
index 0000000..07f8358
--- /dev/null
+++ b/modules/arch/x86/tests/fcmov.asm
@@ -0,0 +1,8 @@
+fcmovb st0, st1
+fcmovbe st0, st1
+fcmove st0, st1
+fcmovnb st0, st1
+fcmovnbe st0, st1
+fcmovne st0, st1
+fcmovnu st0, st1
+fcmovu st0, st1