Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_jit_misc.c229 SLJIT_COMPILE_ASSERT(JIT_NUMBER_OF_COMPILE_MODES == 3, number_of_compile_modes_changed); in PRIV()
Dpcre2_jit_compile.c3456 SLJIT_COMPILE_ASSERT(STR_END == SLJIT_S0, str_end_must_be_saved_reg0); in return_with_partial_match()
6632 SLJIT_COMPILE_ASSERT(ctype_word == 0x10, ctype_word_must_be_16); in check_wordboundary()
9448 SLJIT_COMPILE_ASSERT((OP_CRSTAR & 0x1) == 0, crstar_opcode_must_be_even); in compile_ref_iterator_matchingpath()
9701 SLJIT_COMPILE_ASSERT(sizeof (PCRE2_SIZE) <= sizeof (sljit_sw), pcre2_size_must_be_lower_than_sljit_… in do_callout_jit()
10502SLJIT_COMPILE_ASSERT(OP_DNRREF == OP_RREF + 1 && OP_FALSE == OP_RREF + 2 && OP_TRUE == OP_RREF + 3, in compile_bracket_matchingpath()
/third_party/pcre2/pcre2/src/sljit/
DsljitConfigInternal.h840 #ifndef SLJIT_COMPILE_ASSERT
842 #define SLJIT_COMPILE_ASSERT(x, description) \ macro
DsljitLir.c381 SLJIT_COMPILE_ASSERT( in sljit_create_compiler()
390 SLJIT_COMPILE_ASSERT(SLJIT_REWRITABLE_JUMP != SLJIT_32, in sljit_create_compiler()
392SLJIT_COMPILE_ASSERT(!(SLJIT_EQUAL & 0x1) && !(SLJIT_LESS & 0x1) && !(SLJIT_F_EQUAL & 0x1) && !(SL… in sljit_create_compiler()
2289 SLJIT_COMPILE_ASSERT(!(SLJIT_CONV_SW_FROM_F64 & 0x1) && !(SLJIT_CONV_F64_FROM_SW & 0x1), \
DsljitNativeX86_64.c482 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
DsljitNativeARM_T2_32.c1198 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
1623SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
2062 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100), float_transfer_bit_error); in sljit_emit_fop1()
DsljitNativeX86_32.c281 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
DsljitNativeARM_32.c1126 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
2077SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
2467 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100), float_transfer_bit_error); in sljit_emit_fop1()
DsljitNativeMIPS_common.c2190SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
2691 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1()
DsljitNativeARM_64.c1750 SLJIT_COMPILE_ASSERT((INT_SIZE ^ 0x1) == WORD_SIZE, must_be_one_bit_difference); in sljit_emit_fop1()
DsljitNativeX86_common.c1117SLJIT_COMPILE_ASSERT((SLJIT_DIVMOD_UW & 0x2) == 0 && SLJIT_DIV_UW - 0x2 == SLJIT_DIVMOD_UW, bad_di… in sljit_emit_op0()
DsljitNativePPC_common.c2075 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x4), float_transfer_bit_error); in sljit_emit_fop1()
DsljitNativeRISCV_common.c2126 SLJIT_COMPILE_ASSERT((SLJIT_32 == 0x100) && !(DOUBLE_DATA & 0x2), float_transfer_bit_error); in sljit_emit_fop1()