Home
last modified time | relevance | path

Searched refs:one_half_bit_shift (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc5465 const uint32_t one_half_bit_shift = 30 - sizeof(uint8_t) * 8; in DoClampTToUint8NoSSE2() local
5466 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()