]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change the vbit test specification for Iop_CmpGT64Ux2
authorCarl Love <cel@linux.ibm.com>
Wed, 25 Oct 2023 15:20:30 +0000 (11:20 -0400)
committerCarl Love <cel@linux.ibm.com>
Wed, 25 Oct 2023 15:20:30 +0000 (11:20 -0400)
The test should be specified as UNDEF_UNKNOWN not UNDEF_ALL_64x2.
No architectures should be enaabled for the test.

memcheck/tests/vbit-test/irops.c

index a094709059e4b126b08920ad1c94d9450bd42546..e94ea2432c90368d024d9ed8e4417cd1a462b29e 100644 (file)
@@ -861,7 +861,7 @@ static irop_t irops[] = {
   { DEFOP(Iop_CmpGT8Ux16, UNDEF_UNKNOWN), },
   { DEFOP(Iop_CmpGT16Ux8, UNDEF_UNKNOWN), },
   { DEFOP(Iop_CmpGT32Ux4, UNDEF_UNKNOWN), },
-  { DEFOP(Iop_CmpGT64Ux2, UNDEF_ALL_64x2), .ppc64 = 1, .ppc32 = 1 },
+  { DEFOP(Iop_CmpGT64Ux2, UNDEF_UNKNOWN), },
   { DEFOP(Iop_Cnt8x16, UNDEF_UNKNOWN), },
   { DEFOP(Iop_Clz8x16, UNDEF_UNKNOWN), },
   { DEFOP(Iop_Clz16x8, UNDEF_UNKNOWN), },