Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ppc.c1184 emit_mul( func, 0, 1 ); /* x * dadx */ in emit_declaration()
1186 emit_mul( func, 2, 3 ); /* y * dady */ in emit_declaration()
1197 emit_mul( func, 0, 1 ); /* x * dadx */ in emit_declaration()
1201 emit_mul( func, 2, 3 ); /* y * dady */ in emit_declaration()
1204 emit_mul( func, 0, 4 ); /* (x * dadx + y * dady + a0) / w */ in emit_declaration()
/external/pcre/dist/sljit/
DsljitNativeX86_common.c1643 static sljit_si emit_mul(struct sljit_compiler *compiler, function
2184 return emit_mul(compiler, dst, dstw, src1, src1w, src2, src2w);