Home | History | Annotate | Download | only in x86

Lines Matching defs:bitoff

561    UInt   n, bitoff, op;
574 bitoff = (random() % 1600) - 800;
578 case 0: c = btsl_mem(block, bitoff); break;
579 case 1: c = btrl_mem(block, bitoff); break;
580 case 2: c = btcl_mem(block, bitoff); break;
581 case 3: c = btl_mem(block, bitoff); break;
585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
610 bitoff = (random() % 1600) - 800;
614 case 0: c = btsw_mem(block, bitoff); break;
615 case 1: c = btrw_mem(block, bitoff); break;
616 case 2: c = btcw_mem(block, bitoff); break;
617 case 3: c = btw_mem(block, bitoff); break;
621 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;