Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c157 if (compiler->last_label && compiler->last_label->size == compiler->size) in push_cpool()
158 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1; in push_cpool()
2477 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2478 return compiler->last_label; in sljit_emit_label()
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 DsljitLir.h416 struct sljit_label *last_label; member
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 DsljitNativeARM_64.c1776 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1777 return compiler->last_label; in sljit_emit_label()
H A DsljitNativePPC_common.c2035 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2036 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeX86_common.c2666 if (compiler->last_label && compiler->last_label->size == compiler->size)
2667 return compiler->last_label;
H A DsljitNativeARM_T2_32.c2061 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2062 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeMIPS_common.c1992 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1993 return compiler->last_label; in sljit_emit_label()
H A DsljitNativeS390X.c3084 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
3085 return compiler->last_label; in sljit_emit_label()

Completed in 86 milliseconds