Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1582 ir_variable *src2l = in imul_high_to_mul() local
1603 i.insert_before(src2l); in imul_high_to_mul()
1636 i.insert_before(assign(src2l, bit_and(src2, c0000FFFF->clone(ir, NULL)))); in imul_high_to_mul()
1645 i.insert_before(assign(lo, mul(src1l, src2l))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()