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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c2378 ULong cf=0, of=0, tempcf; local
2385 tempcf = arg & 1;
2387 cf = tempcf;
2396 tempcf = arg & 1;
2398 cf = tempcf;
2407 tempcf = arg & 1;
2409 cf = tempcf;
2418 tempcf = arg & 1;
2420 cf = tempcf;
2446 ULong cf=0, of=0, tempcf; local
[all...]
H A Dguest_x86_helpers.c1881 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
1888 tempcf = arg & 1;
1890 cf = tempcf;
1899 tempcf = arg & 1;
1901 cf = tempcf;
1910 tempcf = arg & 1;
1912 cf = tempcf;
1936 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
1942 tempcf = (arg >> 31) & 1;
1944 cf = tempcf;
[all...]

Completed in 76 milliseconds