Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp119 ir_expression *_carry(operand a, operand b);
1282 lower_instructions_visitor::_carry(operand a, operand b) in _carry() function in lower_instructions_visitor
1396 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t1, c16->clone(ir, NULL)))))); in imul_high_to_mul()
1399 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t2, c16->clone(ir, NULL)))))); in imul_high_to_mul()
1426 u2i(_carry(bit_not(lo), c1))))); in imul_high_to_mul()

Completed in 3 milliseconds