Searched refs:wantRflags (Results 1 – 1 of 1) sorted by relevance
3219 Bool wantRflags = toBool(szIN < 0); in amd64g_calculate_RCR() local3220 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() local3288 ULong sz = wantRflags ? (-szIN) : szIN; in amd64g_calculate_RCL()3345 return wantRflags ? rflags_in : arg; in amd64g_calculate_RCL()