Home
last modified time | relevance | path

Searched refs:GET_FLAGS (Results 1 – 9 of 9) sorted by relevance

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c1300 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()
1456 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()
1477 if (GET_FLAGS(op)) in sljit_emit_op2()
1488 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1515 if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) { in sljit_emit_op2()
1531 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1557 if (GET_FLAGS(op) == SLJIT_SET_E && TEST_SL_IMM(src1, src1w)) { in sljit_emit_op2()
1593 if (!GET_FLAGS(op)) { in sljit_emit_op2()
1609 if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
1627 if (!GET_FLAGS(op) && GET_OPCODE(op) != SLJIT_AND) { in sljit_emit_op2()
H A DsljitNativeX86_common.c1400 if (SLJIT_UNLIKELY(GET_FLAGS(op_flags))) in sljit_emit_op1()
2148 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2156 if (!GET_FLAGS(op)) {
2171 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2176 if (!GET_FLAGS(op)) {
2193 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2211 return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
2214 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
2217 return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),
H A DsljitNativeSPARC_common.c811 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
880 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1375 sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0); in sljit_emit_op_flags()
H A DsljitLir.c82 #define GET_FLAGS(op) \ macro
628 CHECK_ARGUMENT(!GET_FLAGS(op) || !(op & SLJIT_KEEP_FLAGS)); \
675 CHECK_ARGUMENT(!GET_FLAGS(op) || !(op & SLJIT_KEEP_FLAGS)); \
H A DsljitNativeARM_64.c1394 flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1447 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1995 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()
H A DsljitNativeARM_T2_32.c1422 flags = (GET_FLAGS(op_flags) ? SET_FLAGS : 0) | ((op_flags & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0); in sljit_emit_op1()
1464 flags = (GET_FLAGS(op) ? SET_FLAGS : 0) | ((op & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0); in sljit_emit_op2()
H A DsljitNativeMIPS_common.c525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
919 if (GET_FLAGS(op)) in emit_op()
H A DsljitNativeTILEGX_64.c107 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
1978 if (GET_FLAGS(op)) in emit_op()
H A DsljitNativeARM_32.c1617 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in emit_op()

Completed in 68 milliseconds