Home
last modified time | relevance | path

Searched refs:sourcereg (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c511 int sourcereg; member
7343 if (context->sourcereg == -1) in byte_sequence_compare()
7364 context->sourcereg = TMP2; in byte_sequence_compare()
7399 OP1(SLJIT_MOV_S32, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7401 OP1(SLJIT_MOV_U16, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7404 OP1(SLJIT_MOV_U8, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length); in byte_sequence_compare()
7406 context->sourcereg = context->sourcereg == TMP1 ? TMP2 : TMP1; in byte_sequence_compare()
7412 OP2(SLJIT_OR, context->sourcereg, 0, context->sourcereg, in byte_sequence_compare()
[all...]

Completed in 10 milliseconds