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

/external/pcre/dist/sljit/
H A DsljitNativePPC_common.c1314 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0;
1470 sljit_si flags = GET_FLAGS(op) ? ALT_SET_FLAGS : 0;
1491 if (GET_FLAGS(op))
1502 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) {
1529 if (!(GET_FLAGS(op) & (SLJIT_SET_E | SLJIT_SET_O))) {
1545 if (!GET_FLAGS(op) && ((src1 | src2) & SLJIT_IMM)) {
1571 if (GET_FLAGS(op) == SLJIT_SET_E && TEST_SL_IMM(src1, src1w)) {
1607 if (!GET_FLAGS(op)) {
1623 if (!GET_FLAGS(op) || GET_OPCODE(op) == SLJIT_AND) {
1641 if (!GET_FLAGS(o
[all...]
H A DsljitNativeX86_common.c1388 if (SLJIT_UNLIKELY(GET_FLAGS(op_flags)))
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),
H A DsljitNativeSPARC_common.c821 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
890 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;
1402 sljit_si reg, flags = (GET_FLAGS(op) ? SET_FLAGS : 0);
H A 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)); \
H A DsljitNativeARM_64.c1361 flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0;
1414 flags = GET_FLAGS(op) ? SET_FLAGS : 0;
1963 flags = GET_FLAGS(op) ? SET_FLAGS : 0;
H A DsljitNativeARM_T2_32.c1404 flags = (GET_FLAGS(op_flags) ? SET_FLAGS : 0) | ((op_flags & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0);
1446 flags = (GET_FLAGS(op) ? SET_FLAGS : 0) | ((op & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0);
H A DsljitNativeMIPS_common.c525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
934 if (GET_FLAGS(op))
H A DsljitNativeTILEGX_64.c112 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
2013 if (GET_FLAGS(op))
H A DsljitNativeARM_32.c1630 sljit_si flags = GET_FLAGS(op) ? SET_FLAGS : 0;

Completed in 229 milliseconds