]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change re findSSECmpOp.
authorJulian Seward <jseward@acm.org>
Wed, 27 Jun 2012 10:27:13 +0000 (10:27 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 27 Jun 2012 10:27:13 +0000 (10:27 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2414

VEX/priv/guest_amd64_toIR.c

index eb101d09fcf85784ecb9d024619a86d1ccd6aed2..a130e5136de72346b1bea01c67aeb5c68860174c 100644 (file)
@@ -8611,6 +8611,8 @@ static Bool findSSECmpOp ( /*OUT*/Bool* preSwapP,
       /* "Enhanced Comparison Predicate[s] for VEX-Encoded [insns] */
       case 0xA:  XXX(True,  Iop_CmpLT32Fx4, True);  break; // NGT_US
       // 0xB  FALSE_OQ
+      // 0xC: this isn't really right because it returns all-1s when
+      // either operand is a NaN, and it should return all-0s.
       case 0xC:  XXX(False, Iop_CmpEQ32Fx4, True);  break; // NEQ_OQ
       case 0xD:  XXX(True,  Iop_CmpLE32Fx4, False); break; // GE_OS
       case 0xE:  XXX(True,  Iop_CmpLT32Fx4, False); break; // GT_OS