Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h1345 #define SLJIT_NOT_CARRY 13 macro
DsljitLir.c1778 CHECK_ARGUMENT((type & 0xff) == SLJIT_CARRY || (type & 0xff) == SLJIT_NOT_CARRY); in check_sljit_emit_jump()
1965 || (type == SLJIT_NOT_CARRY && (compiler->last_flags & 0xff) == SLJIT_CARRY) in check_sljit_emit_op_flags()
2007 || (cond == SLJIT_NOT_CARRY && (compiler->last_flags & 0xff) == SLJIT_CARRY) in check_sljit_emit_cmov()
DsljitNativePPC_common.c2209 case SLJIT_NOT_CARRY: in get_bo_bi_flags()
2306 if (type == SLJIT_CARRY || type == SLJIT_NOT_CARRY) in sljit_emit_jump()
2496 case SLJIT_NOT_CARRY: in sljit_emit_op_flags()
DsljitNativeARM_64.c1874 case SLJIT_NOT_CARRY: in get_cc()
DsljitNativeX86_common.c480 case SLJIT_NOT_CARRY: in get_jump_code()
DsljitNativeRISCV_common.c2333 case SLJIT_NOT_CARRY: in sljit_emit_jump()
DsljitNativeARM_T2_32.c2192 case SLJIT_NOT_CARRY: in get_cc()
DsljitNativeS390X.c260 case SLJIT_NOT_CARRY: in get_cc()
DsljitNativeARM_32.c2605 case SLJIT_NOT_CARRY: in get_cc()
DsljitNativeMIPS_common.c2927 case SLJIT_NOT_CARRY: in sljit_emit_jump()