Home
last modified time | relevance | path

Searched refs:CMP (Results 1 – 19 of 19) sorted by relevance

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_config.h52 # define timercmp(a, b, CMP) \ argument
54 ((a)->tv_usec CMP (b)->tv_usec) : \
55 ((a)->tv_sec CMP (b)->tv_sec))
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c539 #undef CMP
628 #define CMP(type, src1, src1w, src2, src2w) \ macro
3592 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in check_str_end()
3622 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in detect_partial_match()
3694 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x80); in peek_char()
3777 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x80); in peek_char_back()
3873 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xc0); in read_char()
4060 jump = CMP(SLJIT_LESS, TMP2, 0, SLJIT_IMM, 0x80); in read_char7_type()
4101 jump = CMP(SLJIT_LESS, TMP2, 0, SLJIT_IMM, 0x80); in read_char8_type()
4152 jump = CMP(SLJIT_GREATER, TMP2, 0, SLJIT_IMM, 255); in read_char8_type()
[all …]
H A Dpcre2_jit_simd_inc.h71 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.1/ext/opcache/tests/jit/
H A Dcmp_002.phpt2 JIT CMP: 001
H A Dcmp_004.phpt2 JIT CMP: 004 Comparisons inside conditional statement
H A Dcmp_001.phpt2 JIT CMP: 001
H A Dcmp_007.phpt2 JIT CMP: 007 Wrong comparison skip
H A Dcmp_008.phpt2 JIT CMP: 008 Wrong range inference for comparison between IS_LONG and IS_FALSE/IS_TRUE
H A Dcmp_006.phpt2 JIT CMP: 006 Undefined variable checks
H A Dcmp_005.phpt2 JIT CMP: 005 Comparisons with immediate values
H A Dcmp_003.phpt2 JIT CMP: 003 Comparison with NaN
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c153 FAIL_IF(push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2))); in emit_single_op()
H A DsljitNativePPC_64.c294 … FAIL_IF(push_inst(compiler, CMP | CRD(0 | ((flags & ALT_SIGN_EXT) ? 0 : 1)) | A(src1) | B(src2))); in emit_single_op()
H A DsljitNativeARM_32.c95 #define CMP 0xe1400000 macro
1215 return push_inst(compiler, CMP | SET_FLAGS | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1235 return push_inst(compiler, CMP | SET_FLAGS | RN(TMP_REG1) | RM(dst) | 0xfc0); in emit_single_op()
H A DsljitNativeX86_common.c185 #define CMP (/* BINARY */ 7 << 3) macro
2011 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0);
2034 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);
H A DsljitNativeARM_T2_32.c120 #define CMP 0x4280 macro
820 return push_inst16(compiler, CMP | RD3(arg1) | RN3(arg2)); in emit_op_imm()
H A DsljitNativePPC_common.c155 #define CMP (HI(31) | LO(0)) macro
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic3213 # CMP
3214 0 string CO\0 CMP archive data
H A Dmagic私はガラスを食べられます3213 # CMP
3214 0 string CO\0 CMP archive data

Completed in 227 milliseconds