Home
last modified time | relevance | path

Searched refs:SLJIT_SHIFT_INTO_NON_ZERO (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1204 #define SLJIT_SHIFT_INTO_NON_ZERO 0x200 macro
H A DsljitLir.c1471 CHECK_ARGUMENT((op & ~(0xff | SLJIT_32 | SLJIT_SHIFT_INTO_NON_ZERO)) == 0); in check_sljit_emit_shift_into()
1479 (op & SLJIT_SHIFT_INTO_NON_ZERO) ? ".nz" : ""); in check_sljit_emit_shift_into()
H A DsljitNativeARM_64.c1535 if (!(op & SLJIT_SHIFT_INTO_NON_ZERO)) { in sljit_emit_shift_into()
H A DsljitNativeRISCV_common.c1910 if (!(op & SLJIT_SHIFT_INTO_NON_ZERO)) { in sljit_emit_shift_into()
H A DsljitNativeS390X.c3029 if (!(op & SLJIT_SHIFT_INTO_NON_ZERO)) { in sljit_emit_shift_into()
H A DsljitNativeMIPS_common.c2475 if (!(op & SLJIT_SHIFT_INTO_NON_ZERO)) { in sljit_emit_shift_into()

Completed in 87 milliseconds