Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c4748 int typereg = TMP1, scriptreg = TMP1; in compile_xclass_matchingpath() local
4922 scriptreg = TMP3; in compile_xclass_matchingpath()
4926 scriptreg = TMP3; in compile_xclass_matchingpath()
4931 if (scriptreg == TMP1) in compile_xclass_matchingpath()
4933 …OP1(SLJIT_MOV, scriptreg, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, s… in compile_xclass_matchingpath()
4934 OP1(SLJIT_MOV_UB, scriptreg, 0, SLJIT_MEM2(scriptreg, TMP2), 3); in compile_xclass_matchingpath()
4940 OP1(SLJIT_MOV_UB, scriptreg, 0, SLJIT_MEM1(TMP2), 0); in compile_xclass_matchingpath()
5049 jump = CMP(SLJIT_C_EQUAL ^ invertcmp, scriptreg, 0, SLJIT_IMM, (int)cc[1]); in compile_xclass_matchingpath()