Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c539 #undef CMP
628 #define CMP(type, src1, src1w, src2, src2w) \ macro
3596 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in check_str_end()
3626 jump = CMP(SLJIT_LESS, STR_PTR, 0, STR_END, 0); in detect_partial_match()
3698 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x80); in peek_char()
3781 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0x80); in peek_char_back()
3877 jump = CMP(SLJIT_LESS, TMP1, 0, SLJIT_IMM, 0xc0); in read_char()
4064 jump = CMP(SLJIT_LESS, TMP2, 0, SLJIT_IMM, 0x80); in read_char7_type()
4105 jump = CMP(SLJIT_LESS, TMP2, 0, SLJIT_IMM, 0x80); in read_char8_type()
4156 jump = CMP(SLJIT_GREATER, TMP2, 0, SLJIT_IMM, 255); in read_char8_type()
[all …]
H A Dpcre2_jit_simd_inc.h49 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0x80); in jump_if_utf_char_start()
52 return CMP(SLJIT_NOT_EQUAL, reg, 0, SLJIT_IMM, 0xdc00); in jump_if_utf_char_start()
219 partial_quit[0] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
282 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
291 partial_quit[1] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
378 add_jump(compiler, &not_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); in fast_requested_char_simd()
438 quit = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_requested_char_simd()
637 jump[0] = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_PTR, 0); in fast_forward_char_pair_simd()
687 jump[0] = CMP(SLJIT_NOT_ZERO, TMP1, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd()
937 partial_quit = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_32.c161 return push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2)); in emit_single_op()
H A DsljitNativePPC_64.c305 return 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
1137 return push_inst(compiler, CMP | SET_FLAGS | RN(src1) | ((src2 & SRC2_IMM) ? src2 : RM(src2))); in emit_single_op()
1156 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
2014 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, 0);
2037 BINARY_IMM(CMP, CMP_rm_r, src2w, src1, src1w);
H A DsljitNativeARM_T2_32.c120 #define CMP 0x4280 macro
814 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-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2912 # CMP
2913 0 string CO\0 CMP archive data
H A Dmagic2912 # CMP
2913 0 string CO\0 CMP archive data

Completed in 517 milliseconds