Lines Matching defs:carrydep
408 ULong carrydep, c, res;
415 carrydep = 0;
440 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
452 printf("MEM-L: final res 0x%llx, carrydep 0x%llx\n", res, carrydep);
456 carrydep = 0;
479 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
482 printf("REG-L: final res 0x%llx, carrydep 0x%llx\n", reg, carrydep);