Searched refs:SLJIT_ERR_UNSUPPORTED (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitLir.c | 1799 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_enter() 1824 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_return() 1833 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_fast_enter() 1842 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_fast_return() 1850 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op0() 1864 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op1() 1881 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op2() 1897 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_op_custom() 1917 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_fop1() 1934 return SLJIT_ERR_UNSUPPORTED; in sljit_emit_fop2() [all …]
|
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() 1578 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, tmp) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem() 1586 if (emit_set_delta(compiler, TMP_REG1, arg & REG_MASK, argw) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem()
|
D | sljitNativeARM_64.c | 825 return SLJIT_ERR_UNSUPPORTED; in emit_set_delta() 951 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 996 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, diff) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1015 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1023 if (next_arg && emit_set_delta(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) { in getput_arg() 1554 …it_set_delta(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem()
|
D | sljitNativeX86_common.c | 1784 return SLJIT_ERR_UNSUPPORTED; 1786 return SLJIT_ERR_UNSUPPORTED; 1829 return SLJIT_ERR_UNSUPPORTED; 2143 …ary(compiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, src2, src2w) != SLJIT_ERR_UNSUPPORTED) 2163 …mpiler, op & SLJIT_KEEP_FLAGS, dst, dstw, src1, src1w, SLJIT_IMM, -src2w) != SLJIT_ERR_UNSUPPORTED) 2849 …_binary(compiler, SLJIT_KEEP_FLAGS, dst, dstw, SLJIT_SP, 0, TMP_REG1, 0) != SLJIT_ERR_UNSUPPORTED);
|
D | sljitLir.h | 99 #define SLJIT_ERR_UNSUPPORTED 4 macro
|
D | sljitNativeARM_32.c | 1345 return SLJIT_ERR_UNSUPPORTED; in emit_set_delta() 2068 if (emit_set_delta(compiler, TMP_REG3, TMP_REG3, tmp) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem() 2076 if (emit_set_delta(compiler, TMP_REG1, arg & REG_MASK, argw) != SLJIT_ERR_UNSUPPORTED) { in emit_fop_mem()
|