Searched refs:check_sljit_emit_fast_enter (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeX86_32.c | 484 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitNativeX86_64.c | 597 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitNativeSPARC_common.c | 1182 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitLir.c | 1005 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fast_enter(struct sljit_compiler *compiler, … in check_sljit_emit_fast_enter() function
|
H A D | sljitNativeARM_64.c | 1775 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitNativeARM_T2_32.c | 1796 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitNativeARM_32.c | 2282 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitNativeMIPS_common.c | 1542 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitNativePPC_common.c | 2015 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
H A D | sljitNativeTILEGX_64.c | 1553 CHECK(check_sljit_emit_fast_enter(compiler, dst, dstw)); in sljit_emit_fast_enter()
|
Completed in 60 milliseconds