Searched refs:c55555555 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_alu.c65 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); local in function:lower_alu_instr
73 nir_iand(b, nir_ushr(b, lowered, c1), c55555555),
74 nir_ishl(b, nir_iand(b, lowered, c55555555), c1));
108 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); local in function:lower_alu_instr
115 nir_iand(b, nir_ushr(b, lowered, c1), c55555555));
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_alu.c65 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); local in function:lower_alu_instr
73 nir_iand(b, nir_ushr(b, lowered, c1), c55555555),
74 nir_ishl(b, nir_iand(b, lowered, c55555555), c1));
108 nir_ssa_def *c55555555 = nir_imm_int(b, 0x55555555); local in function:lower_alu_instr
115 nir_iand(b, nir_ushr(b, lowered, c1), c55555555));
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1066 ir_constant *c55555555 = new(ir) ir_constant(0x55555555u); local in function:lower_instructions_visitor::bit_count_to_math
1086 c55555555))));
1265 ir_constant *c55555555 = local in function:lower_instructions_visitor::reverse_to_shifts
1289 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c1), c55555555),
1290 lshift(bit_and(temp, c55555555->clone(ir, NULL)),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1058 ir_constant *c55555555 = new(ir) ir_constant(0x55555555u); local in function:lower_instructions_visitor::bit_count_to_math
1078 c55555555))));
1257 ir_constant *c55555555 = local in function:lower_instructions_visitor::reverse_to_shifts
1281 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c1), c55555555),
1282 lshift(bit_and(temp, c55555555->clone(ir, NULL)),

Completed in 7 milliseconds