Home
last modified time | relevance | path

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

/third_party/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()
/third_party/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1322 ir_variable *src1l = in imul_high_to_mul() local
1348 i.insert_before(src1l); in imul_high_to_mul()
1381 i.insert_before(assign(src1l, bit_and(src1, c0000FFFF))); in imul_high_to_mul()
1391 i.insert_before(assign(lo, mul(src1l, src2l))); in imul_high_to_mul()
1392 i.insert_before(assign(t1, mul(src1l, src2h))); in imul_high_to_mul()
/third_party/ffmpeg/libavcodec/x86/
Dhevc_mc.asm644 %macro BI_COMPUTE 7-8 ; width, bitd, src1l, src1h, scr2l, scr2h, pw