op_flags 1283 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c sljit_si op_flags = GET_ALL_FLAGS(op); op_flags 1381 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c return emit_op_imm(compiler, op | ((op_flags & SLJIT_INT_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); op_flags 1394 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0; op_flags 1396 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c if (op_flags & SLJIT_INT_OP) { op_flags 1414 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c if (op_flags & SLJIT_INT_OP) op_flags 1319 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c sljit_si op_flags = GET_ALL_FLAGS(op); op_flags 1419 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); op_flags 1422 ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c flags = (GET_FLAGS(op_flags) ? SET_FLAGS : 0) | ((op_flags & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0); op_flags 1301 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c sljit_si op_flags = GET_ALL_FLAGS(op); op_flags 1312 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c if (op_flags & SLJIT_SET_O) op_flags 1315 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c if (op_flags & SLJIT_INT_OP) { op_flags 1407 ext/pcre/pcrelib/sljit/sljitNativePPC_common.c return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_INT_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw); op_flags 1149 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c static sljit_si emit_clz(struct sljit_compiler *compiler, sljit_si op_flags, op_flags 1156 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c SLJIT_UNUSED_ARG(op_flags); op_flags 1167 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, !(op_flags & SLJIT_INT_OP) ? 63 : 31, TMP_REG1, 0); op_flags 1202 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c EMIT_MOV(compiler, dst_r, 0, SLJIT_IMM, !(op_flags & SLJIT_INT_OP) ? 64 + 63 : 32 + 31); op_flags 1203 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c compiler->mode32 = op_flags & SLJIT_INT_OP; op_flags 1240 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_INT_OP) ? 63 : 31, dst_r, 0); op_flags 1264 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c sljit_si op_flags = GET_ALL_FLAGS(op); op_flags 1280 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c compiler->mode32 = op_flags & SLJIT_INT_OP; op_flags 1289 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c if (op_flags & SLJIT_INT_OP) { op_flags 1400 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c if (SLJIT_UNLIKELY(GET_FLAGS(op_flags))) op_flags 1405 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_E)) op_flags 1410 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c if (SLJIT_UNLIKELY(op_flags & SLJIT_KEEP_FLAGS) && !compiler->flags_saved) op_flags 1415 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c if (SLJIT_UNLIKELY(op_flags & SLJIT_KEEP_FLAGS) && !compiler->flags_saved) op_flags 1417 ext/pcre/pcrelib/sljit/sljitNativeX86_common.c return emit_clz(compiler, op_flags, dst, dstw, src, srcw);