Home
last modified time | relevance | path

Searched refs:SLJIT_OVERFLOW (Results 1 – 12 of 12) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.h1177 #define SLJIT_OVERFLOW 10 macro
1178 #define SLJIT_OVERFLOW32 (SLJIT_OVERFLOW | SLJIT_I32_OP)
1179 #define SLJIT_SET_OVERFLOW SLJIT_SET(SLJIT_OVERFLOW)
DsljitLir.c1211 || GET_FLAG_TYPE(op) == SLJIT_OVERFLOW); in check_sljit_emit_op1()
1286 || GET_FLAG_TYPE(op) == SLJIT_OVERFLOW); in check_sljit_emit_op2()
1290 || (GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_OVERFLOW) in check_sljit_emit_op2()
1604 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW) in check_sljit_emit_jump()
1821 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW) in check_sljit_emit_op_flags()
1861 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW) in check_sljit_emit_cmov()
DsljitNativePPC_common.c1217 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW) in sljit_emit_op1()
1360 if (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW) in sljit_emit_op2()
1365 if (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW) in sljit_emit_op2()
1427 if (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW) in sljit_emit_op2()
1943 case SLJIT_OVERFLOW: in get_bo_bi_flags()
2145 case SLJIT_OVERFLOW: in sljit_emit_op_flags()
DsljitNativeMIPS_32.c156 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
298 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
DsljitNativeMIPS_64.c247 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
389 is_overflow = GET_FLAG_TYPE(op) == SLJIT_OVERFLOW; in emit_single_op()
DsljitNativeS390X.c211 case SLJIT_OVERFLOW: in get_cc()
1879 case SLJIT_OVERFLOW: in sets_signed_flag()
DsljitNativeMIPS_common.c1862 case SLJIT_OVERFLOW: in sljit_emit_jump()
2221 case SLJIT_OVERFLOW: in sljit_emit_cmov()
DsljitNativeSPARC_common.c1319 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeARM_64.c1644 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeARM_32.c2197 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeARM_T2_32.c1804 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeX86_common.c413 case SLJIT_OVERFLOW: in get_jump_code()