Searched refs:invertcmp (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 4740 int compares, invertcmp, numberofcmps; in compile_xclass_matchingpath() local 4956 invertcmp = (compares == 0 && list != backtracks); in compile_xclass_matchingpath() 4974 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath() 4979 jump = CMP(SLJIT_C_EQUAL ^ invertcmp, TMP1, 0, SLJIT_IMM, (sljit_sw)(c - charoffset)); in compile_xclass_matchingpath() 5000 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath() 5005 jump = CMP(SLJIT_C_LESS_EQUAL ^ invertcmp, TMP1, 0, SLJIT_IMM, (sljit_sw)(c - charoffset)); in compile_xclass_matchingpath() 5013 invertcmp ^= 0x1; in compile_xclass_matchingpath() 5035 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath() 5041 …jump = CMP(SLJIT_C_LESS_EQUAL ^ invertcmp, typereg, 0, SLJIT_IMM, PRIV(ucp_typerange)[(int)cc[1] *… in compile_xclass_matchingpath() 5045 jump = CMP(SLJIT_C_EQUAL ^ invertcmp, typereg, 0, SLJIT_IMM, (int)cc[1] - typeoffset); in compile_xclass_matchingpath() [all …]
|