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

/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c442 int sourcereg; member in struct:compare_context
4588 if (context->sourcereg == -1)
4609 context->sourcereg = TMP2;
4644 OP1(SLJIT_MOV_SI, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length);
4646 OP1(SLJIT_MOV_UH, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length);
4649 OP1(SLJIT_MOV_UB, context->sourcereg, 0, SLJIT_MEM1(STR_PTR), -context->length);
4651 context->sourcereg = context->sourcereg == TMP1 ? TMP2 : TMP1;
4657 OP2(SLJIT_OR, context->sourcereg, 0, context->sourcereg,
[all...]

Completed in 132 milliseconds