Home | History | Annotate | Download | only in sljit

Lines Matching refs:getput_arg

975 /* see getput_arg below.
1002 static sljit_si getput_arg(struct sljit_compiler *compiler, sljit_si flags, sljit_si reg,
1116 return getput_arg(compiler, flags, reg, arg, argw, 0, 0);
1123 return getput_arg(compiler, flags, reg, arg1, arg1w, arg2, arg2w);
1381 FAIL_IF(getput_arg(compiler, flags, dst_r, src, srcw, dst, dstw));
1392 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1409 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, dst, dstw));
1424 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0);
1466 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, src1, src1w));
1467 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG1, src1, src1w, dst, dstw));
1470 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG1, src1, src1w, src2, src2w));
1471 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, dst, dstw));
1475 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG1, src1, src1w, dst, dstw));
1477 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src2, src2w, dst, dstw));
1503 return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG1, dst, dstw, 0, 0);
1796 return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG2, dst, dstw, 0, 0);
1813 FAIL_IF(getput_arg(compiler, WORD_SIZE, TMP_REG2, src, srcw, 0, 0));