Searched refs:borrow_mask (Results 1 – 1 of 1) sorted by relevance
249 BC_VECTOR borrow_mask = ((n1bytes & SWAR_REPEAT(0x80)) >> 7) * 0x06; in _bc_do_sub() local250 n1bytes = (n1bytes & SWAR_REPEAT(0x0F)) - borrow_mask; in _bc_do_sub()
Completed in 7 milliseconds