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

/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c1895 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
1902 tempcf = arg & 1;
1904 cf = tempcf;
1913 tempcf = arg & 1;
1915 cf = tempcf;
1924 tempcf = arg & 1;
1926 cf = tempcf;
1950 UInt tempCOUNT = rot_amt & 0x1F, cf=0, of=0, tempcf; local
1956 tempcf = (arg >> 31) & 1;
1958 cf = tempcf;
[all...]
H A Dguest_amd64_helpers.c2742 ULong cf=0, of=0, tempcf; local
2749 tempcf = arg & 1;
2751 cf = tempcf;
2760 tempcf = arg & 1;
2762 cf = tempcf;
2771 tempcf = arg & 1;
2773 cf = tempcf;
2782 tempcf = arg & 1;
2784 cf = tempcf;
2810 ULong cf=0, of=0, tempcf; local
[all...]

Completed in 176 milliseconds