Searched refs:neg_hi (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer.cpp3079 bool neg_hi[3] = {instr->neg_hi[0], instr->neg_hi[1], instr->neg_hi[2]}; local in function:aco::propagate_swizzles
3083 instr->neg_lo[i] = neg_hi[i];
3088 instr->neg_hi[i] = neg_lo[i];
3141 bool neg_hi = true ^ fneg->neg_hi[0] ^ fneg->neg_hi[1]; local in function:aco::combine_vop3p
3142 vop3p->neg_lo[i] ^= opsel_lo ? neg_hi
[all...]
H A Daco_opt_value_numbering.cpp223 if (a3P.neg_lo[i] != b3P.neg_lo[i] || a3P.neg_hi[i] != b3P.neg_hi[i])
H A Daco_print_ir.cpp710 if (vop3.neg_lo[i] && vop3.neg_hi[i])
714 else if (vop3.neg_hi[i])
H A Daco_ir.h1393 bool neg_hi[3]; member in struct:aco::VOP3P_instruction
1725 if (vop3p.neg_lo[i] || vop3p.neg_hi[i])
H A Daco_assembler.cpp658 encoding |= vop3.neg_hi[i] << (8 + i);
H A Daco_instruction_selection.cpp2059 sub.neg_hi[1] = true;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1674 ir_variable *neg_hi = local in function:lower_instructions_visitor::imul_high_to_mul
1675 new(ir) ir_variable(glsl_type::ivec(elements), "neg_hi", ir_var_temporary);
1678 i.insert_before(neg_hi);
1679 i.insert_before(assign(neg_hi, add(bit_not(u2i(hi)),
1685 ir->operands[1] = new(ir) ir_dereference_variable(neg_hi);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_instructions.cpp1647 ir_variable *neg_hi = local in function:lower_instructions_visitor::imul_high_to_mul
1648 new(ir) ir_variable(glsl_type::ivec(elements), "neg_hi", ir_var_temporary);
1651 i.insert_before(neg_hi);
1652 i.insert_before(assign(neg_hi, add(bit_not(u2i(hi)),
1658 ir->operands[1] = new(ir) ir_dereference_variable(neg_hi);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-sse2.c284 __m128i* neg_hi)
287 *neg_hi = _mm_xor_si128 (data_hi, mask_00ff);
281 negate_2x128(__m128i data_lo,__m128i data_hi,__m128i * neg_lo,__m128i * neg_hi) argument

Completed in 47 milliseconds