Searched refs:tmp_offset (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 7859 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local 7888 tmp_offset = 0; in compile_iterator_matchingpath() 7900 tmp_offset = POSSESSIVE0; in compile_iterator_matchingpath() 8016 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, max); in compile_iterator_matchingpath() 8019 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 8030 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() 8033 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() 8042 OP1(SLJIT_MOV, STR_PTR, 0, tmp_base, tmp_offset); in compile_iterator_matchingpath() 8046 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() 8048 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() [all …]
|