]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.target/sparc/setcc-5.c
sparc.opt (msubxc): New option.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / sparc / setcc-5.c
index 58f1ee39f74f99ebf3236a86cfbeb3d72c57da86..1c32d41781af8d0d622bb49cd7941a907936b7d9 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O1 -mvis3" } */
+/* { dg-options "-O1 -mno-vis3 -mno-subxc" } */
 
 long neq (long a, long b)
 {
@@ -34,9 +34,11 @@ long gt (unsigned long a, unsigned long b)
 
 /* { dg-final { scan-assembler-times "xor\t%" 2 } } */
 /* { dg-final { scan-assembler-times "cmp\t%" 4 } } */
-/* { dg-final { scan-assembler-times "addxc\t%" 3 } } */
+/* { dg-final { scan-assembler-times "movrne\t%" 1 } } */
 /* { dg-final { scan-assembler-times "movre\t%" 1 } } */
+/* { dg-final { scan-assembler-times "movlu\t%" 1 } } */
 /* { dg-final { scan-assembler-times "movleu\t%" 1 } } */
 /* { dg-final { scan-assembler-times "movgeu\t%" 1 } } */
+/* { dg-final { scan-assembler-times "movgu\t%" 1 } } */
 /* { dg-final { scan-assembler-not "sra\t%" } } */
 /* { dg-final { scan-assembler-not "and\t%" } } */