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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c2739 Bool wantRflags = toBool(szIN < 0); local
2740 ULong sz = wantRflags ? (-szIN) : szIN;
2799 return wantRflags ? rflags_in : arg;
2807 Bool wantRflags = toBool(szIN < 0); local
2808 ULong sz = wantRflags ? (-szIN) : szIN;
2865 return wantRflags ? rflags_in : arg;

Completed in 200 milliseconds