Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc5095 const uint32_t one_bit_shift = one_half_bit_shift + 1; in DoClampTToUint8NoSSE2() local
5096 __ and_(scratch2, Immediate((1 << one_bit_shift) - 1)); in DoClampTToUint8NoSSE2()
5106 __ and_(scratch2, Immediate(1 << one_bit_shift)); in DoClampTToUint8NoSSE2()