Home | History | Annotate | Download | only in x86

Lines Matching refs:carrydep

564    ULong  carrydep, res;;
568 carrydep = 0;
585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
598 "bt{s,r,c}l: final res 0x%llx, carrydep 0x%llx\n",
599 res, carrydep ));
604 carrydep = 0;
621 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
634 "bt{s,r,c}w: final res 0x%llx, carrydep 0x%llx\n",
635 res, carrydep ));