Searched refs:SLJIT_ERR_UNSUPPORTED (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 1773 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_enter() 1789 return SLJIT_ERR_UNSUPPORTED; in sljit_set_context() 1799 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_return() 1808 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_fast_enter() 1817 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_fast_return() 1825 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op0() 1839 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op1() 1856 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op2() 1872 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op_custom() 1892 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_fop1() [all …]
|
H A D | sljitNativeARM_T2_32.c | 887 return SLJIT_ERR_UNSUPPORTED; in emit_set_delta() 1034 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1069 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, diff) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1080 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1088 if (next_arg && emit_set_delta(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1595 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, tmp) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem() 1603 if (emit_set_delta(compiler, TMP_REG1, arg & REG_MASK, argw) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem()
|
H A D | sljitNativeARM_64.c | 824 return SLJIT_ERR_UNSUPPORTED; in emit_set_delta() 950 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 995 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, diff) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1014 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1022 if (next_arg && emit_set_delta(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1586 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem()
|
H A D | sljitNativeX86_common.c | 1796 return SLJIT_ERR_UNSUPPORTED; 1798 return SLJIT_ERR_UNSUPPORTED; 1841 return SLJIT_ERR_UNSUPPORTED; 2157 …ary(compiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, src2, src2w) != SLJIT_ERR_UNSUPPORTED) 2177 …mpiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, SLJIT_IMM, -src2w) != SLJIT_ERR_UNSUPPORTED) 2866 …_binary(compiler, SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, TMP_REG1, 0) != SLJIT_ERR_UNSUPPORTED);
|
H A D | sljitLir.h | 99 #define SLJIT_ERR_UNSUPPORTED 4 macro
|
H A D | sljitNativeARM_32.c | 1332 return SLJIT_ERR_UNSUPPORTED; in emit_set_delta() 2070 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, tmp) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem() 2078 if (emit_set_delta(compiler, TMP_REG1, arg & REG_MASK, argw) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem()
|
H A D | sljitNativeTILEGX_64.c | 2559 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op_custom()
|
Completed in 48 milliseconds