Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c807 #define ALLOW_IMM 0x02 macro
809 #define ALLOW_ANY_IMM (ALLOW_IMM | ALLOW_INV_IMM)
857 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter()
895 …FAIL_IF(emit_op(compiler, SLJIT_ADD, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, compiler->loc… in sljit_emit_return()
1950 return emit_op(compiler, op, ALLOW_IMM, dst, dstw, src1, src1w, src2, src2w); in sljit_emit_op2()

Completed in 10 milliseconds