Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_alu.c173 nir_ssa_def *src1h = nir_ushr(b, src1, cshift); in lower_alu_instr() local
176 nir_ssa_def *m1 = nir_imul(b, src0l, src1h); in lower_alu_instr()
178 nir_ssa_def *hi = nir_imul(b, src0h, src1h); in lower_alu_instr()
/external/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1574 ir_variable *src1h = in imul_high_to_mul() local
1600 i.insert_before(src1h); in imul_high_to_mul()
1637 i.insert_before(assign(src1h, rshift(src1, c16))); in imul_high_to_mul()
1647 i.insert_before(assign(t2, mul(src1h, src2l))); in imul_high_to_mul()
1648 i.insert_before(assign(hi, mul(src1h, src2h))); in imul_high_to_mul()