Searched refs:SLJIT_NOT_ZERO (Results 1 – 3 of 3) sorted by relevance
951 #define SLJIT_NOT_ZERO 1 macro952 #define SLJIT_I_NOT_ZERO (SLJIT_NOT_ZERO | SLJIT_INT_OP)
1641 if (condition <= SLJIT_NOT_ZERO) in sljit_emit_cmp()
2189 JUMPTO(SLJIT_NOT_ZERO, loop); in reset_ovector()2215 JUMPTO(SLJIT_NOT_ZERO, loop); in do_reset_match()2282 JUMPTO(SLJIT_NOT_ZERO, loop); in copy_ovector()2948 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()2962 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar()2996 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadchar16()3027 jump = JUMP(SLJIT_NOT_ZERO); in do_utfreadtype8()4002 found = JUMP(SLJIT_NOT_ZERO); in fast_forward_start_bits()4514 JUMPTO(SLJIT_NOT_ZERO, label); in do_casefulcmp()4558 JUMPTO(SLJIT_NOT_ZERO, label); in do_caselesscmp()[all …]
Completed in 47 milliseconds