Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1390 static sljit_s32 emit_clz(struct sljit_compiler *compiler, sljit_s32 op_flags, in emit_clz() argument
1397 SLJIT_UNUSED_ARG(op_flags); in emit_clz()
1428 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_IMM, !(op_flags & SLJIT_32) ? (64 + 63) : (32 + 31)); in emit_clz()
1436 …FAIL_IF(sljit_emit_cmov_generic(compiler, SLJIT_EQUAL, dst_r, SLJIT_IMM, !(op_flags & SLJIT_32) ? … in emit_clz()
1438 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_32) ? 63 : 3… in emit_clz()
1453 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1466 compiler->mode32 = op_flags & SLJIT_32; in sljit_emit_op1()
1482 if (op_flags & SLJIT_32) { in sljit_emit_op1()
1576 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
1581 return emit_clz(compiler, op_flags, dst, dstw, src, srcw); in sljit_emit_op1()
H A DsljitNativePPC_common.c1292 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1301 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW) in sljit_emit_op1()
1310 if (op_flags & SLJIT_32) { in sljit_emit_op1()
1324 if (HAS_FLAGS(op_flags)) in sljit_emit_op1()
1366 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_32) ? 0 : ALT_FORM1), dst, dstw, T… in sljit_emit_op1()
H A DsljitNativeARM_64.c1247 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1260 return emit_op_imm(compiler, op | ((op_flags & SLJIT_32) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1316 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1319 if (op_flags & SLJIT_32) { in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c1561 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1622 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()

Completed in 31 milliseconds