Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1477 ir_variable *src2h = in imul_high_to_mul() local
1498 i.insert_before(src2h); in imul_high_to_mul()
1535 i.insert_before(assign(src2h, rshift(src2, c16->clone(ir, NULL)))); in imul_high_to_mul()
1543 i.insert_before(assign(t1, mul(src1l, src2h))); in imul_high_to_mul()
1545 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()