]> sourceware.org Git - valgrind.git/commit
amd64 front end: add more spec rules:
authorJulian Seward <jseward@acm.org>
Sat, 13 Nov 2021 18:59:07 +0000 (19:59 +0100)
committerJulian Seward <jseward@acm.org>
Sat, 13 Nov 2021 18:59:07 +0000 (19:59 +0100)
commit595341b150312d2407bd43304449bf39ec3e1fa8
tree81d89919423407ddb3396c66bf0ed1b4e58d919e
parent4fd9bd3ed02db5a837fe734e1d525ab222053d9f
amd64 front end: add more spec rules:

   S  after SHRQ
   Z  after SHLQ
   NZ after SHLQ
   Z  after SHLL
   S  after SHLL

The lack of at least one of these was observed to cause occasional false
positives in Memcheck.

Plus add commented-out cases so as to complete the set of 12 rules
{Z,NZ,S,NS} after {SHRQ,SHLQ,SHLL}.  The commented-out ones are commented
out because I so far didn't find any use cases for them.
VEX/priv/guest_amd64_helpers.c
This page took 0.035745 seconds and 5 git commands to generate.