Searched refs:bit_not (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.h172 ir_expression *bit_not(operand a);
H A Dir_builder.cpp408 bit_not(operand a) function in namespace:ir_builder
H A Dlower_instructions.cpp1238 ir->operands[0] = bit_and(ir->operands[0], bit_not(mask));
1679 i.insert_before(assign(neg_hi, add(bit_not(u2i(hi)),
1680 u2i(_carry(bit_not(lo), c1)))));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.h172 ir_expression *bit_not(operand a);
H A Dir_builder.cpp408 bit_not(operand a) function in namespace:ir_builder
H A Dlower_instructions.cpp1230 ir->operands[0] = bit_and(ir->operands[0], bit_not(mask));
1652 i.insert_before(assign(neg_hi, add(bit_not(u2i(hi)),
1653 u2i(_carry(bit_not(lo), c1)))));

Completed in 9 milliseconds