Searched refs:one_half_bit_shift (Results 1 – 1 of 1) sorted by relevance
5465 const uint32_t one_half_bit_shift = 30 - sizeof(uint8_t) * 8; in DoClampTToUint8NoSSE2() local5466 const uint32_t one_bit_shift = one_half_bit_shift + 1; in DoClampTToUint8NoSSE2()5468 __ cmp(scratch2, Immediate(1 << one_half_bit_shift)); in DoClampTToUint8NoSSE2()5472 __ mov(scratch2, Immediate(1 << one_half_bit_shift)); in DoClampTToUint8NoSSE2()