Reimplement .no87/.nommx/.nosse/.noavx directives
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / i386.exp
index a18200ed7341d9b36172640c3927c05ab8052af9..716ec43454265fbba2e88f2292e3218bfc03d617 100644 (file)
@@ -165,6 +165,14 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
     run_dump_test "387"
     run_list_test "no87" "-al"
     run_list_test "no87-2" "-march=i686+no87 -al"
+    run_list_test "nommx-1" "-al"
+    run_list_test "nommx-2" "-march=core+nommx -al"
+    run_list_test "nommx-3" "-march=+nommx -al"
+    run_list_test "nosse-1" "-al"
+    run_list_test "nosse-2" "-march=core+nosse -al"
+    run_list_test "nosse-3" "-march=+nosse -al"
+    run_list_test "noavx-1" "-al"
+    run_list_test "noavx-2" "-march=+noavx -al"
     run_dump_test "xsave"
     run_dump_test "xsave-intel"
     run_dump_test "aes"
This page took 0.026123 seconds and 4 git commands to generate.