Home
last modified time | relevance | path

Searched refs:REG_PAIR_MASK (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c137 #define REG_PAIR_MASK 0xff00 macro
2042 CHECK_ARGUMENT((reg & REG_PAIR_MASK) || (type & SLJIT_MEM_UNALIGNED_32)); in check_sljit_emit_mem()
2061 if (reg & REG_PAIR_MASK) { in check_sljit_emit_mem()
2092 if (reg & REG_PAIR_MASK) { in check_sljit_emit_mem()
H A DsljitNativeX86_64.c952 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
H A DsljitNativeX86_32.c1215 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
H A DsljitNativeARM_64.c2166 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
H A DsljitNativePPC_common.c2608 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
H A DsljitNativeARM_T2_32.c2770 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
H A DsljitNativeRISCV_common.c2663 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
H A DsljitNativeS390X.c3601 if (!(reg & REG_PAIR_MASK)) in sljit_emit_mem()
H A DsljitNativeARM_32.c3398 if (!(reg & REG_PAIR_MASK)) { in sljit_emit_mem()
H A DsljitNativeMIPS_common.c3444 if (reg & REG_PAIR_MASK) { in sljit_emit_mem()

Completed in 83 milliseconds