Lines Matching full:carrydep
657 ULong carrydep, res;;
661 carrydep = 0;
678 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep;
691 "bt{s,r,c}q: final res 0x%llx, carrydep 0x%llx\n",
692 res, carrydep));
697 carrydep = 0;
714 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
727 "bt{s,r,c}l: final res 0x%llx, carrydep 0x%llx\n",
728 res, carrydep));
733 carrydep = 0;
750 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
763 "bt{s,r,c}w: final res 0x%llx, carrydep 0x%llx\n",
764 res, carrydep));