Home
last modified time | relevance | path

Searched refs:op_flags (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1380 static sljit_s32 emit_clz(struct sljit_compiler *compiler, sljit_s32 op_flags, in emit_clz() argument
1387 SLJIT_UNUSED_ARG(op_flags); in emit_clz()
1418 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? (64 + 63) : (32 + 31)); in emit_clz()
1426 …FAIL_IF(sljit_emit_cmov_generic(compiler, SLJIT_EQUAL, dst_r, SLJIT_IMM, !(op_flags & SLJIT_I32_OP… in emit_clz()
1428 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63… in emit_clz()
1443 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1456 compiler->mode32 = op_flags & SLJIT_I32_OP; in sljit_emit_op1()
1471 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1560 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
1568 return emit_clz(compiler, op_flags, dst, dstw, src, srcw); in sljit_emit_op1()
H A DsljitNativePPC_common.c1205 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1216 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW) in sljit_emit_op1()
1225 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1239 if (HAS_FLAGS(op_flags)) in sljit_emit_op1()
1278 …return emit_op(compiler, SLJIT_NEG, flags | (GET_FLAG_TYPE(op_flags) ? ALT_FORM1 : 0), dst, dstw, … in sljit_emit_op1()
1282 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
H A DsljitNativeARM_64.c1171 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1184 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1239 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1242 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c1345 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1410 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
1413 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()

Completed in 31 milliseconds