Searched refs:SLJIT_CURRENT_FLAGS_COMPARE (Results 1 – 3 of 3) sorted by relevance
1529 #define SLJIT_CURRENT_FLAGS_COMPARE 0x02 macro
175 …(((status_flags_state) & (SLJIT_CURRENT_FLAGS_ADD_SUB | SLJIT_CURRENT_FLAGS_COMPARE)) == SLJIT_CUR…218 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_COMPARE) in get_cc()223 if (compiler->status_flags_state & SLJIT_CURRENT_FLAGS_COMPARE) in get_cc()2213 compiler->status_flags_state |= SLJIT_CURRENT_FLAGS_COMPARE; in sljit_emit_sub()
536 (SLJIT_CURRENT_FLAGS_I32_OP | SLJIT_CURRENT_FLAGS_ADD_SUB | SLJIT_CURRENT_FLAGS_COMPARE)
Completed in 25 milliseconds