Searched refs:check_sljit_emit_op_flags (Results 1 – 9 of 9) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeSPARC_common.c | 1399 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
H A D | sljitNativeARM_T2_32.c | 1857 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
H A D | sljitLir.c | 1517 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_flags(struct sljit_compiler *compiler, sl… in check_sljit_emit_op_flags() function
|
H A D | sljitNativeARM_32.c | 2221 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
H A D | sljitNativeARM_64.c | 2008 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
H A D | sljitNativeMIPS_common.c | 1944 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
H A D | sljitNativeTILEGX_64.c | 2092 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, src, srcw, type)); in sljit_emit_op_flags()
|
H A D | sljitNativePPC_common.c | 2266 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type)); in sljit_emit_op_flags()
|
H A D | sljitNativeX86_common.c | 2621 CHECK(check_sljit_emit_op_flags(compiler, op, dst, dstw, type));
|
Completed in 358 milliseconds