Home
last modified time | relevance | path

Searched refs:SLJIT_COMPILE_ASSERT (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c229 SLJIT_COMPILE_ASSERT(JIT_NUMBER_OF_COMPILE_MODES == 3, number_of_compile_modes_changed); in PRIV()
H A Dpcre2_jit_compile.c3576 SLJIT_COMPILE_ASSERT(STR_END == SLJIT_S0, str_end_must_be_saved_reg0); in return_with_partial_match()
6812 SLJIT_COMPILE_ASSERT(ctype_word == 0x10, ctype_word_must_be_16); in check_wordboundary()
9649 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
9905 SLJIT_COMPILE_ASSERT(sizeof (PCRE2_SIZE) <= sizeof (sljit_sw), pcre2_size_must_be_lower_than_sljit_… in do_callout_jit()
10853SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h896 #ifndef SLJIT_COMPILE_ASSERT
898 #define SLJIT_COMPILE_ASSERT(x, description) \ macro
H A DsljitLir.c464 SLJIT_COMPILE_ASSERT( in sljit_create_compiler()
474 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_32, in sljit_create_compiler()
476SLJIT_COMPILE_ASSERT(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_F_EQUAL & 0x1) && !(SL… in sljit_create_compiler()
3050SLJIT_COMPILE_ASSERT(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1) && !(SLJIT…
H A DsljitNativeARM_T2_32.c1430 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
1856SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
1979 SLJIT_COMPILE_ASSERT(WORD_SIZE == 0, word_size_must_be_0); in sljit_emit_op1()
2369 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100), float_transfer_bit_error); in sljit_emit_fop1()
H A DsljitNativeX86_64.c565 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
H A DsljitNativeARM_32.c1294 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
2323SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
2792 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100), float_transfer_bit_error); in sljit_emit_fop1()
H A DsljitNativeX86_32.c332 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
H A DsljitNativeMIPS_common.c2432SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
3090 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1()
H A DsljitNativePPC_common.c2271 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x4), float_transfer_bit_error); in sljit_emit_fop1()
H A DsljitNativeARM_64.c2073 SLJIT_COMPILE_ASSERT((INT_SIZE ^ 0x1) == WORD_SIZE, must_be_one_bit_difference); in sljit_emit_fop1()
H A DsljitNativeRISCV_common.c2397 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1()
H A DsljitNativeX86_common.c1393SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
H A DsljitNativeLOONGARCH_64.c2429 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1()

Completed in 158 milliseconds