Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativePPC_common.c1314 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op1()
1470 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0; in sljit_emit_op2()
1491 if (GET_FLAGS(op)) in sljit_emit_op2()
1502 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1529 if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) { in sljit_emit_op2()
1545 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) { in sljit_emit_op2()
1571 if (GET_FLAGS(op) == SLJIT_SET_E && TEST_SL_IMM(src1, src1w)) { in sljit_emit_op2()
1607 if (!GET_FLAGS(op)) { in sljit_emit_op2()
1623 if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) { in sljit_emit_op2()
1641 if (!GET_FLAGS(op) && GET_OPCODE(op) != SLJIT_AND) { in sljit_emit_op2()
DsljitNativeX86_common.c1388 if (SLJIT_UNLIKELY(GET_FLAGS(op_flags))) in sljit_emit_op1()
2134 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2142 if (!GET_FLAGS(op)) {
2157 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2162 if (!GET_FLAGS(op)) {
2179 if (SLJIT_UNLIKELY(GET_FLAGS(op)))
2197 return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
2200 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
2203 return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),
DsljitNativeSPARC_common.c821 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
890 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1402 sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0); in sljit_emit_op_flags()
DsljitLir.c88 #define GET_FLAGS(op) \ macro
588 SLJIT_ASSERT(!GET_FLAGS(op) || !(op & SLJIT_KEEP_FLAGS)); \
635 SLJIT_ASSERT(!GET_FLAGS(op) || !(op & SLJIT_KEEP_FLAGS)); \
DsljitNativeARM_64.c1361 flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1414 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1963 flags = GET_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags()
DsljitNativeARM_T2_32.c1404 flags = (GET_FLAGS(op_flags) ? SET_FLAGS : 0) | ((op_flags & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0); in sljit_emit_op1()
1446 flags = (GET_FLAGS(op) ? SET_FLAGS : 0) | ((op & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0); in sljit_emit_op2()
DsljitNativeTILEGX_64.c112 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
2013 if (GET_FLAGS(op)) in emit_op()
DsljitNativeMIPS_common.c525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
934 if (GET_FLAGS(op)) in emit_op()
DsljitNativeARM_32.c1630 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in emit_op()