Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c1304 sljit_s32 flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()
1460 sljit_s32 flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()
1481 if (GET_FLAGS(op)) in sljit_emit_op2()
1492 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1519 if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) { in sljit_emit_op2()
1535 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1561 if (GET_FLAGS(op) == SLJIT_SET_E && TEST_SL_IMM(src1, src1w)) { in sljit_emit_op2()
1597 if (!GET_FLAGS(op)) { in sljit_emit_op2()
1613 if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
1631 if (!GET_FLAGS(op) && GET_OPCODE(op) != SLJIT_AND) { in sljit_emit_op2()
DsljitNativeX86_common.c1423 if (SLJIT_UNLIKELY(GET_FLAGS(op_flags))) in sljit_emit_op1()
2171 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2179 if (!GET_FLAGS(op)) {
2194 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2199 if (!GET_FLAGS(op)) {
2216 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2234 return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
2237 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
2240 return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),
DsljitNativeSPARC_common.c815 sljit_s32 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
884 sljit_s32 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1379 sljit_s32 reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0); in sljit_emit_op_flags()
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)); \
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()
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()
DsljitNativeMIPS_common.c525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
919 if (GET_FLAGS(op)) in emit_op()
DsljitNativeTILEGX_64.c107 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
1978 if (GET_FLAGS(op)) in emit_op()
DsljitNativeARM_32.c1617 sljit_s32 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in emit_op()