Home | History | Annotate | Download | only in sljit

Lines Matching refs:SLJIT_ERR_UNSUPPORTED

1784 			return SLJIT_ERR_UNSUPPORTED;
1786 SLJIT_ERR_UNSUPPORTED;
1829 return SLJIT_ERR_UNSUPPORTED;
2143 if (emit_lea_binary(compiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, src2, src2w) != SLJIT_ERR_UNSUPPORTED)
2163 if ((src2 & SLJIT_IMM) && emit_lea_binary(compiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, SLJIT_IMM, -src2w) != SLJIT_ERR_UNSUPPORTED)
2849 SLJIT_ERR_UNSUPPORTED);