Searched defs:wantRflags (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c2375 Bool wantRflags = toBool(szIN < 0); local
2376 ULong sz = wantRflags ? (-szIN) : szIN;
2435 return wantRflags ? rflags_in : arg;
2443 Bool wantRflags = toBool(szIN < 0); local
2444 ULong sz = wantRflags ? (-szIN) : szIN;
2501 return wantRflags ? rflags_in : arg;

Completed in 345 milliseconds