|
From: <sv...@va...> - 2014-02-06 18:53:40
|
Author: florian
Date: Thu Feb 6 18:53:30 2014
New Revision: 13790
Log:
Fix V-bit tester failures introduced by VEX r2812.
Modified:
trunk/memcheck/tests/vbit-test/irops.c
Modified: trunk/memcheck/tests/vbit-test/irops.c
==============================================================================
--- trunk/memcheck/tests/vbit-test/irops.c (original)
+++ trunk/memcheck/tests/vbit-test/irops.c Thu Feb 6 18:53:30 2014
@@ -635,6 +635,10 @@
{ 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), },
|