Home
last modified time | relevance | path

Searched refs:last_label (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeSPARC_common.c1378 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1379 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeARM_32.c161 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
162 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
2676 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2677 return compiler->last_label; in sljit_emit_label()
H A DsljitLir.h421 struct sljit_label *last_label; member
H A DsljitNativeARM_64.c1945 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1946 return compiler->last_label; in sljit_emit_label()
H A DsljitLir.c704 if (compiler->last_label) in set_label()
705 compiler->last_label->next = label; in set_label()
708 compiler->last_label = label; in set_label()
H A DsljitNativePPC_common.c2197 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2198 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeX86_common.c2974 if (compiler->last_label && compiler->last_label->size == compiler->size)
2975 return compiler->last_label;
H A DsljitNativeARM_T2_32.c2263 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2264 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeRISCV_common.c2275 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2276 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeS390X.c3386 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
3387 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeMIPS_common.c2842 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2843 return compiler->last_label; in sljit_emit_label()

Completed in 94 milliseconds