Searched refs:GET_FLAGS (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 1314 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()
|
D | sljitNativeX86_common.c | 1388 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),
|
D | sljitNativeSPARC_common.c | 821 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()
|
D | sljitLir.c | 88 #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)); \
|
D | sljitNativeARM_64.c | 1361 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()
|
D | sljitNativeARM_T2_32.c | 1404 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()
|
D | sljitNativeTILEGX_64.c | 112 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list)))) 2013 if (GET_FLAGS(op)) in emit_op()
|
D | sljitNativeMIPS_common.c | 525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list)))) 934 if (GET_FLAGS(op)) in emit_op()
|
D | sljitNativeARM_32.c | 1630 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0; in emit_op()
|