Searched refs:_carry (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 176 ir_expression *_carry(operand a, operand b); 1517 lower_instructions_visitor::_carry(operand a, operand b) in _carry() function in lower_instructions_visitor 1650 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t1, c16->clone(ir, NULL)))))); in imul_high_to_mul() 1653 i.insert_before(assign(hi, add(hi, _carry(lo, lshift(t2, c16->clone(ir, NULL)))))); in imul_high_to_mul() 1680 u2i(_carry(bit_not(lo), c1))))); in imul_high_to_mul()
|