Home
last modified time | relevance | path

Searched refs:wantRflags (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_amd64_helpers.c3219 Bool wantRflags = toBool(szIN < 0); in amd64g_calculate_RCR() local
3220 ULong sz = wantRflags ? (-szIN) : szIN; in amd64g_calculate_RCR()
3279 return wantRflags ? rflags_in : arg; in amd64g_calculate_RCR()
3287 Bool wantRflags = toBool(szIN < 0); in amd64g_calculate_RCL() local
3288 ULong sz = wantRflags ? (-szIN) : szIN; in amd64g_calculate_RCL()
3345 return wantRflags ? rflags_in : arg; in amd64g_calculate_RCL()