Searched refs:c55555555 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_alu.c | 65 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); in lower_alu_instr() local 73 nir_iand(b, nir_ushr(b, lowered, c1), c55555555), in lower_alu_instr() 74 nir_ishl(b, nir_iand(b, lowered, c55555555), c1)); in lower_alu_instr() 108 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); in lower_alu_instr() local 115 nir_iand(b, nir_ushr(b, lowered, c1), c55555555)); in lower_alu_instr()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 1066 ir_constant *c55555555 = new(ir) ir_constant(0x55555555u); in bit_count_to_math() local 1086 c55555555)))); in bit_count_to_math() 1265 ir_constant *c55555555 = in reverse_to_shifts() local 1289 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c1), c55555555), in reverse_to_shifts() 1290 lshift(bit_and(temp, c55555555->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 14916 c55555555 = _mm_set1_epi32(0x55555555); in vclzq_s32() 14933 tmp = _mm_and_si128(tmp, c55555555); in vclzq_s32()
|