Home
last modified time | relevance | path

Searched defs:tempCOUNT (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_x86_helpers.c1969 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; in x86g_calculate_RCR() local
2024 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; in x86g_calculate_RCL() local
Dguest_amd64_helpers.c3221 ULong tempCOUNT = rot_amt & (sz == 8 ? 0x3F : 0x1F); in amd64g_calculate_RCR() local
3289 ULong tempCOUNT = rot_amt & (sz == 8 ? 0x3F : 0x1F); in amd64g_calculate_RCL() local