Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h277 struct sljit_label { struct
278 struct sljit_label *next; argument
290 struct sljit_label* label; argument
303 struct sljit_label *labels;
306 struct sljit_label *last_label;
940 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler);
1046 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
1089 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; } in sljit_get_label_addr()
DsljitNativeSPARC_common.c281 struct sljit_label *label; in sljit_generate_code()
1217 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1219 struct sljit_label *label; in sljit_emit_label()
1227 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
DsljitLir.c464 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
590 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label()
1912 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1955 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
DsljitNativeARM_64.c217 struct sljit_label *label; in sljit_generate_code()
1864 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1866 struct sljit_label *label; in sljit_emit_label()
1874 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
DsljitNativeARM_T2_32.c351 struct sljit_label *label; in sljit_generate_code()
1898 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1900 struct sljit_label *label; in sljit_emit_label()
1908 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
DsljitNativePPC_common.c327 struct sljit_label *label; in sljit_generate_code()
2052 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2054 struct sljit_label *label; in sljit_emit_label()
2062 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
DsljitNativeMIPS_common.c369 struct sljit_label *label; in sljit_generate_code()
1577 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
1579 struct sljit_label *label; in sljit_emit_label()
1587 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
DsljitNativeARM_32.c574 struct sljit_label *label; in sljit_generate_code()
2384 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2386 struct sljit_label *label; in sljit_emit_label()
2394 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
DsljitNativeTILEGX_64.c1006 struct sljit_label *label; in sljit_generate_code()
2297 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label * sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label()
2299 struct sljit_label *label; in sljit_emit_label()
2309 label = (struct sljit_label *)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
DsljitNativeX86_common.c457 struct sljit_label *label; in sljit_generate_code()
2525 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler)
2528 struct sljit_label *label;
2541 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label));
/external/pcre/dist/
Dpcre_jit_compile.c197 struct sljit_label *quit;
202 struct sljit_label *label;
242 struct sljit_label *matchingpath;
248 struct sljit_label *alternative_matchingpath;
250 struct sljit_label *recursive_matchingpath;
252 struct sljit_label *zero_matchingpath;
277 struct sljit_label *matchingpath;
283 struct sljit_label *matchingpath;
289 struct sljit_label *entry;
393 struct sljit_label *partialmatchlabel;
[all …]