Lines Matching refs:bitoff
573 UInt n, bitoff, op; in do_bt_G_E_tests() local
586 bitoff = (myrandom() % 1600) - 800; in do_bt_G_E_tests()
590 case 0: c = btsl_mem(block, bitoff); break; in do_bt_G_E_tests()
591 case 1: c = btrl_mem(block, bitoff); break; in do_bt_G_E_tests()
592 case 2: c = btcl_mem(block, bitoff); break; in do_bt_G_E_tests()
593 case 3: c = btl_mem(block, bitoff); break; in do_bt_G_E_tests()
597 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()
622 bitoff = (myrandom() % 1600) - 800; in do_bt_G_E_tests()
626 case 0: c = btsw_mem(block, bitoff); break; in do_bt_G_E_tests()
627 case 1: c = btrw_mem(block, bitoff); break; in do_bt_G_E_tests()
628 case 2: c = btcw_mem(block, bitoff); break; in do_bt_G_E_tests()
629 case 3: c = btw_mem(block, bitoff); break; in do_bt_G_E_tests()
633 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests()