Searched refs:sljit_label (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 277 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; 936 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler); 1042 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label); 1085 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; } in sljit_get_label_addr()
|
D | sljitNativeSPARC_common.c | 285 struct sljit_label *label; in sljit_generate_code() 1221 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 1223 struct sljit_label *label; in sljit_emit_label() 1231 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitLir.c | 464 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() 1928 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 1971 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
|
D | sljitNativeARM_T2_32.c | 351 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()
|
D | sljitNativeARM_64.c | 217 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()
|
D | sljitNativePPC_common.c | 331 struct sljit_label *label; in sljit_generate_code() 2056 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 2058 struct sljit_label *label; in sljit_emit_label() 2066 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitNativeTILEGX_64.c | 1006 struct sljit_label *label; in sljit_generate_code() 2299 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label * sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 2301 struct sljit_label *label; in sljit_emit_label() 2311 label = (struct sljit_label *)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitNativeMIPS_common.c | 369 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()
|
D | sljitNativeARM_32.c | 574 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()
|
D | sljitNativeX86_common.c | 480 struct sljit_label *label; in sljit_generate_code() 2548 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) 2551 struct sljit_label *label; 2564 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label));
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 211 struct sljit_label *quit; 216 struct sljit_label *label; 256 struct sljit_label *matchingpath; 262 struct sljit_label *alternative_matchingpath; 264 struct sljit_label *recursive_matchingpath; 266 struct sljit_label *zero_matchingpath; 291 struct sljit_label *matchingpath; 297 struct sljit_label *matchingpath; 311 struct sljit_label *matchingpath; 317 struct sljit_label *entry; [all …]
|