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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c2650 Bool wantRflags = toBool(szIN < 0); local
2651 ULong sz = wantRflags ? (-szIN) : szIN;
2710 return wantRflags ? rflags_in : arg;
2718 Bool wantRflags = toBool(szIN < 0); local
2719 ULong sz = wantRflags ? (-szIN) : szIN;
2776 return wantRflags ? rflags_in : arg;

Completed in 45 milliseconds