Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_alu.c171 nir_ssa_def *src1l = nir_iand(b, src1, cmask); in lower_alu_instr() local
175 nir_ssa_def *lo = nir_imul(b, src0l, src1l); in lower_alu_instr()
177 nir_ssa_def *m2 = nir_imul(b, src0h, src1l); in lower_alu_instr()
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1576 ir_variable *src1l = in imul_high_to_mul() local
1602 i.insert_before(src1l); in imul_high_to_mul()
1635 i.insert_before(assign(src1l, bit_and(src1, c0000FFFF))); in imul_high_to_mul()
1645 i.insert_before(assign(lo, mul(src1l, src2l))); in imul_high_to_mul()
1646 i.insert_before(assign(t1, mul(src1l, src2h))); in imul_high_to_mul()