Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1554 ir_variable *src2l = in imul_high_to_mul() local
1575 i.insert_before(src2l); in imul_high_to_mul()
1608 i.insert_before(assign(src2l, bit_and(src2, c0000FFFF->clone(ir, NULL)))); in imul_high_to_mul()
1617 i.insert_before(assign(lo, mul(src1l, src2l))); in imul_high_to_mul()
1619 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()