Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1167 #define SLJIT_FUNC_OFFSET(func_name) ((sljit_sw)func_name) macro
1173 #define SLJIT_FUNC_OFFSET(func_name) (*(sljit_sw*)(void*)func_name) macro
H A DsljitNativeX86_32.c177 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_CALL1, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_grow_stack))); in sljit_emit_enter()
H A DsljitNativeX86_64.c201 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_CALL1, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_grow_stack))); in sljit_emit_enter()
H A DsljitNativeARM_T2_32.c1291 …((op | 0x2) == SLJIT_UDIVI ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivm… in sljit_emit_op0()
H A DsljitNativeARM_32.c1852 …((op | 0x2) == SLJIT_UDIVI ? SLJIT_FUNC_OFFSET(__aeabi_uidivmod) : SLJIT_FUNC_OFFSET(__aeabi_idivm… in sljit_emit_op0()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6023 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_utf_caselesscmp)); in compile_ref_matchingpath()
6440 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath()
9431 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_search_mark)); in compile_control_verb_backtrackingpath()
10249 sljit_emit_ijump(compiler, SLJIT_CALL2, SLJIT_IMM, SLJIT_FUNC_OFFSET(sljit_stack_resize)); in PRIV()

Completed in 51 milliseconds