Searched refs:emit_mul (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ppc.c | 1184 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/ |
D | sljitNativeX86_common.c | 1643 static sljit_si emit_mul(struct sljit_compiler *compiler, function 2184 return emit_mul(compiler, dst, dstw, src1, src1w, src2, src2w);
|