Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h1112 #define SLJIT_OVERFLOW 10 macro
1113 #define SLJIT_OVERFLOW32 (SLJIT_OVERFLOW | SLJIT_I32_OP)
1114 #define SLJIT_SET_OVERFLOW SLJIT_SET(SLJIT_OVERFLOW)
DsljitLir.c1169 || GET_FLAG_TYPE(op) == SLJIT_OVERFLOW); in check_sljit_emit_op1()
1244 || GET_FLAG_TYPE(op) == SLJIT_OVERFLOW); in check_sljit_emit_op2()
1248 || (GET_FLAG_TYPE(op) >= SLJIT_LESS && GET_FLAG_TYPE(op) <= SLJIT_OVERFLOW) in check_sljit_emit_op2()
1533 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW) in check_sljit_emit_jump()
1750 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW) in check_sljit_emit_op_flags()
1790 || ((type & 0xff) == SLJIT_NOT_OVERFLOW && (compiler->last_flags & 0xff) == SLJIT_OVERFLOW) in check_sljit_emit_cmov()
DsljitNativePPC_common.c1130 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW) in sljit_emit_op1()
1273 if (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW) in sljit_emit_op2()
1278 if (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW) in sljit_emit_op2()
1340 if (GET_FLAG_TYPE(op) == SLJIT_OVERFLOW) in sljit_emit_op2()
1843 case SLJIT_OVERFLOW: in get_bo_bi_flags()
2045 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()
DsljitNativeMIPS_common.c1761 case SLJIT_OVERFLOW: in sljit_emit_jump()
2120 case SLJIT_OVERFLOW: in sljit_emit_cmov()
DsljitNativeTILEGX_64.c2131 case SLJIT_OVERFLOW: in sljit_emit_op_flags()
2450 case SLJIT_OVERFLOW: in sljit_emit_jump()
DsljitNativeSPARC_common.c1271 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeARM_64.c1591 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeARM_T2_32.c1771 case SLJIT_OVERFLOW: in get_cc()
DsljitNativeX86_common.c413 case SLJIT_OVERFLOW: in get_jump_code()
DsljitNativeARM_32.c2074 case SLJIT_OVERFLOW: in get_cc()