Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp388 ir_variable *src2l = in imul_high_to_mul() local
409 i.insert_before(src2l); in imul_high_to_mul()
442 i.insert_before(assign(src2l, bit_and(src2, c0000FFFF->clone(ir, NULL)))); in imul_high_to_mul()
451 i.insert_before(assign(lo, mul(src1l, src2l))); in imul_high_to_mul()
453 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()