Searched refs:one_bit_shift (Results 1 – 1 of 1) sorted by relevance
5095 const uint32_t one_bit_shift = one_half_bit_shift + 1; in DoClampTToUint8NoSSE2() local5096 __ and_(scratch2, Immediate((1 << one_bit_shift) - 1)); in DoClampTToUint8NoSSE2()5106 __ and_(scratch2, Immediate(1 << one_bit_shift)); in DoClampTToUint8NoSSE2()