Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c148 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
149 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
2227 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2228 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeSPARC_common.c1268 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1269 return compiler->last_label; in sljit_emit_label()
H A DsljitLir.h388 struct sljit_label *last_label; member
H A DsljitLir.c707 if (compiler->last_label) in set_label()
708 compiler->last_label->next = label; in set_label()
711 compiler->last_label = label; in set_label()
H A DsljitNativeARM_64.c1674 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1675 return compiler->last_label; in sljit_emit_label()
H A DsljitNativePPC_common.c1940 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1941 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeMIPS_common.c1790 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1791 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeARM_T2_32.c1834 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1835 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeS390X.c2759 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2760 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeX86_common.c2685 if (compiler->last_label && compiler->last_label->size == compiler->size)
2686 return compiler->last_label;

Completed in 84 milliseconds