Home | History | Annotate | Download | only in x86

Lines Matching refs:carrydep

146    UInt   carrydep, c, res;
152 carrydep = 0;
168 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
180 printf("MEM-L: final res 0x%x, carrydep 0x%x\n", res, carrydep);
184 carrydep = 0;
198 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
201 printf("REG-L: final res 0x%x, carrydep 0x%x\n", reg, carrydep);