Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1344 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1353 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW) in sljit_emit_op1()
1362 if (op_flags & SLJIT_32) { in sljit_emit_op1()
1376 if (HAS_FLAGS(op_flags)) in sljit_emit_op1()
1419 …return emit_op(compiler, op, flags | (!(op_flags & SLJIT_32) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1… in sljit_emit_op1()
H A DsljitNativeARM_64.c1330 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1343 return emit_op_imm(compiler, op | ((op_flags & SLJIT_32) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1399 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1402 if (op_flags & SLJIT_32) { in sljit_emit_op1()
H A DsljitNativeX86_common.c1600 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1613 compiler->mode32 = op_flags & SLJIT_32; in sljit_emit_op1()
1629 if (op_flags & SLJIT_32) { in sljit_emit_op1()
1723 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c1687 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1748 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()

Completed in 47 milliseconds