Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1066 #define ALLOW_IMM 0x10 macro
1068 #define ALLOW_ANY_IMM (ALLOW_IMM | ALLOW_INV_IMM)
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()
1988 SLJIT_ASSERT(!(inp_flags & ALLOW_INV_IMM) || (inp_flags & ALLOW_IMM)); in emit_op()
2012 if (!(inp_flags & ALLOW_IMM)) 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 14 milliseconds