Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp172 ir_expression *_carry(operand a, operand b);
1433 lower_instructions_visitor::_carry(operand a, operand b) in _carry() function in lower_instructions_visitor
1547 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t1, c16->clone(ir, NULL)))))); in imul_high_to_mul()
1550 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t2, c16->clone(ir, NULL)))))); in imul_high_to_mul()
1576 u2i(_carry(bit_not(lo), c1))))); in imul_high_to_mul()