]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix V-bit tester failures introduced by VEX r2812.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 6 Feb 2014 18:53:30 +0000 (18:53 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 6 Feb 2014 18:53:30 +0000 (18:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13790

memcheck/tests/vbit-test/irops.c

index 5ba10591dbce5a8790d5e3db2422deb84e430407..a9f00a7c5e61422953de4bedadf0a07641c67a78 100644 (file)
@@ -635,6 +635,10 @@ static irop_t irops[] = {
   { DEFOP(Iop_64HLtoV128, UNDEF_UNKNOWN), },
   { DEFOP(Iop_64UtoV128, UNDEF_UNKNOWN), },
   { DEFOP(Iop_SetV128lo64, UNDEF_UNKNOWN), },
+  { DEFOP(Iop_ZeroHI64ofV128, UNDEF_UNKNOWN) },
+  { DEFOP(Iop_ZeroHI96ofV128, UNDEF_UNKNOWN) },
+  { DEFOP(Iop_ZeroHI112ofV128, UNDEF_UNKNOWN) },
+  { DEFOP(Iop_ZeroHI120ofV128, UNDEF_UNKNOWN) },
   { DEFOP(Iop_32UtoV128, UNDEF_UNKNOWN), },
   { DEFOP(Iop_V128to32, UNDEF_UNKNOWN), },
   { DEFOP(Iop_SetV128lo32, UNDEF_UNKNOWN), },