Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1089 #define SLJIT_SIG_GREATER 8 macro
1090 #define SLJIT_SIG_GREATER32 (SLJIT_SIG_GREATER | SLJIT_I32_OP)
1091 #define SLJIT_SET_SIG_GREATER SLJIT_SET(SLJIT_SIG_GREATER)
H A DsljitNativeMIPS_common.c1668 case SLJIT_SIG_GREATER: in sljit_emit_jump()
1794 case SLJIT_SIG_GREATER: in sljit_emit_cmp()
1816 case SLJIT_SIG_GREATER: in sljit_emit_cmp()
1847 type = (type == SLJIT_GREATER || type == SLJIT_SIG_GREATER) ? SLJIT_NOT_EQUAL : SLJIT_EQUAL; in sljit_emit_cmp()
2052 case SLJIT_SIG_GREATER: in sljit_emit_cmov()
H A DsljitNativeMIPS_32.c276 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER || GET_FLAG_TYPE(op) == SLJIT_SIG_LESS_EQUAL) in emit_single_op()
H A DsljitNativeMIPS_64.c367 else if (GET_FLAG_TYPE(op) == SLJIT_SIG_GREATER || GET_FLAG_TYPE(op) == SLJIT_SIG_LESS_EQUAL) in emit_single_op()
H A DsljitLir.c1797 condition = SLJIT_SIG_GREATER; in sljit_emit_cmp()
1802 case SLJIT_SIG_GREATER: in sljit_emit_cmp()
H A DsljitNativeTILEGX_64.c2127 case SLJIT_SIG_GREATER: in sljit_emit_op_flags()
2444 case SLJIT_SIG_GREATER: in sljit_emit_jump()
H A DsljitNativePPC_common.c2137 case SLJIT_SIG_GREATER: in get_bo_bi_flags()
2299 case SLJIT_SIG_GREATER: in sljit_emit_op_flags()
H A DsljitNativeSPARC_common.c1291 case SLJIT_SIG_GREATER: in get_cc()
H A DsljitNativeARM_T2_32.c1752 case SLJIT_SIG_GREATER: in get_cc()
H A DsljitNativeARM_32.c2099 case SLJIT_SIG_GREATER: in get_cc()
H A DsljitNativeARM_64.c1877 case SLJIT_SIG_GREATER: in get_cc()
H A DsljitNativeX86_common.c392 case SLJIT_SIG_GREATER: in get_jump_code()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7217 add_jump(compiler, &backtrack->topbacktracks, JUMP(SLJIT_SIG_GREATER)); in compile_callout_matchingpath()

Completed in 118 milliseconds