Lines Matching refs:invertcmp
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()
5049 jump = CMP(SLJIT_C_EQUAL ^ invertcmp, scriptreg, 0, SLJIT_IMM, (int)cc[1]); in compile_xclass_matchingpath()
5067 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5082 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5135 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5152 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()
5175 jump = CMP(SLJIT_C_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); in compile_xclass_matchingpath()
5198 jump = CMP(SLJIT_C_ZERO ^ invertcmp, TMP2, 0, SLJIT_IMM, 0); in compile_xclass_matchingpath()
5213 jump = JUMP(SLJIT_C_NOT_ZERO ^ invertcmp); in compile_xclass_matchingpath()