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