Searched refs:c33333333 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 1058 ir_constant *c33333333 = new(ir) ir_constant(0x33333333u); in bit_count_to_math() local 1080 base_ir->insert_before(assign(temp, add(bit_and(temp, c33333333), in bit_count_to_math() 1082 c33333333->clone(ir, NULL))))); in bit_count_to_math() 1254 ir_constant *c33333333 = in reverse_to_shifts() local 1287 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c2), c33333333), in reverse_to_shifts() 1288 lshift(bit_and(temp, c33333333->clone(ir, NULL)), in reverse_to_shifts()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 14915 __m128i c55555555, c33333333, c0f0f0f0f, c3f, c32, tmp, tmp1, res; in vclzq_s32() local 14917 c33333333 = _mm_set1_epi32(0x33333333); in vclzq_s32() 14937 tmp = _mm_and_si128(tmp, c33333333); in vclzq_s32() 14938 tmp1 = _mm_and_si128(res, c33333333); in vclzq_s32()
|