/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_config.h | 52 # define timercmp(a, b, CMP) \ argument 54 ((a)->tv_usec CMP (b)->tv_usec) : \ 55 ((a)->tv_sec CMP (b)->tv_sec))
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 542 #undef CMP 633 #define CMP(type, src1, src1w, src2, src2w) \ macro 3666 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in check_str_end() 3696 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in detect_partial_match() 3768 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x80); in peek_char() 3851 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x80); in peek_char_back() 3947 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xc0); in read_char() 4134 jump = CMP(SLJIT_LESS, TMP2, 0, SLJIT_IMM, 0x80); in read_char7_type() 4175 jump = CMP(SLJIT_LESS, TMP2, 0, SLJIT_IMM, 0x80); in read_char8_type() 4226 jump = CMP(SLJIT_GREATER, TMP2, 0, SLJIT_IMM, 255); in read_char8_type() [all …]
|
H A D | pcre2_jit_simd_inc.h | 71 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0x80); in jump_if_utf_char_start() 74 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0xdc00); in jump_if_utf_char_start() 239 partial_quit[0] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd() 302 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_simd() 458 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_requested_char_simd() 644 jump[0] = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_PTR, 0); in fast_forward_char_pair_simd() 694 jump[0] = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd() 1366 quit = CMP(SLJIT_LESS, STR_PTR, 0, TMP2, 0); in fast_forward_char_simd() 1556 quit = CMP(SLJIT_LESS, TMP1, 0, TMP2, 0); in fast_requested_char_simd() 1747 jump[0] = CMP(SLJIT_LESS, TMP1, 0, TMP2, 0); in fast_forward_char_pair_simd() [all …]
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | cmp_002.phpt | 2 JIT CMP: 001
|
H A D | cmp_004.phpt | 2 JIT CMP: 004 Comparisons inside conditional statement
|
H A D | cmp_001.phpt | 2 JIT CMP: 001
|
H A D | cmp_007.phpt | 2 JIT CMP: 007 Wrong comparison skip
|
H A D | cmp_008.phpt | 2 JIT CMP: 008 Wrong range inference for comparison between IS_LONG and IS_FALSE/IS_TRUE
|
H A D | cmp_006.phpt | 2 JIT CMP: 006 Undefined variable checks
|
H A D | cmp_005.phpt | 2 JIT CMP: 005 Comparisons with immediate values
|
H A D | cmp_003.phpt | 2 JIT CMP: 003 Comparison with NaN
|
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_32.c | 148 FAIL_IF(push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2))); in emit_single_op()
|
H A D | sljitNativePPC_64.c | 281 … FAIL_IF(push_inst(compiler, CMP | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2))); in emit_single_op()
|
H A D | sljitNativeX86_common.c | 188 #define CMP (/* BINARY */ 7 << 3) macro 1969 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0); 1992 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);
|
H A D | sljitNativeARM_32.c | 100 #define CMP 0xe1400000 macro 1436 return push_inst(compiler, CMP | SET_FLAGS | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op() 1457 return push_inst(compiler, CMP | SET_FLAGS | RN(TMP_REG1) | RM(dst) | 0xfc0); in emit_single_op()
|
H A D | sljitNativeARM_T2_32.c | 123 #define CMP 0x4280 macro 834 return push_inst16(compiler, CMP | RD3(arg1) | RN3(arg2)); in emit_op_imm()
|
H A D | sljitNativePPC_common.c | 155 #define CMP (HI(31) | LO(0)) macro
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 3213 # CMP 3214 0 string CO\0 CMP archive data
|
H A D | magic私はガラスを食べられます | 3213 # CMP 3214 0 string CO\0 CMP archive data
|