Home
last modified time | relevance | path

Searched refs:ALLOW_DOUBLE_IMM (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1070 #define ALLOW_DOUBLE_IMM 0x80 macro
1293 …FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM | ALLOW_DOUBLE_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT… in sljit_emit_enter()
1323 …return emit_op(compiler, SLJIT_ADD, ALLOW_IMM | ALLOW_DOUBLE_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_… in emit_add_sp()
1983 inp_flags &= ~ALLOW_DOUBLE_IMM; in emit_op()
2077 …} else if (!(inp_flags & ALLOW_DOUBLE_IMM) || src2_reg != 0 || op == SLJIT_SUB || op == SLJIT_SUBC… in emit_op()
2106 else if (!(inp_flags & ALLOW_DOUBLE_IMM)) in emit_op()
2141 SLJIT_ASSERT((inp_flags & ALLOW_DOUBLE_IMM) && !(flags & SET_FLAGS)); in emit_op()
2325 …return emit_op(compiler, op, ALLOW_IMM | ALLOW_NEG_IMM | ALLOW_DOUBLE_IMM, dst, dstw, src1, src1w,… in sljit_emit_op2()
2328 return emit_op(compiler, op, ALLOW_IMM | ALLOW_DOUBLE_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()
2331 inp_flags = ALLOW_IMM | ALLOW_DOUBLE_IMM; in sljit_emit_op2()

Completed in 23 milliseconds