Searched refs:sljit_label (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitLir.h | 275 struct sljit_label { struct 276 struct sljit_label *next; argument 288 struct sljit_label* label; argument 301 struct sljit_label *labels; 304 struct sljit_label *last_label; 927 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler); 1005 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label); 1048 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 | 281 struct sljit_label *label; in sljit_generate_code() 1228 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 1230 struct sljit_label *label; in sljit_emit_label() 1238 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitLir.c | 458 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() 550 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label() 1937 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 1980 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label()
|
D | sljitNativeARM_64.c | 218 struct sljit_label *label; in sljit_generate_code() 1832 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 1834 struct sljit_label *label; in sljit_emit_label() 1842 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitNativeARM_T2_32.c | 351 struct sljit_label *label; in sljit_generate_code() 1880 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 1882 struct sljit_label *label; in sljit_emit_label() 1890 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitNativeARM_32.c | 572 struct sljit_label *label; in sljit_generate_code() 2381 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 2383 struct sljit_label *label; in sljit_emit_label() 2391 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitNativeTILEGX_64.c | 1007 struct sljit_label *label; in sljit_generate_code() 2337 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label * sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 2339 struct sljit_label *label; in sljit_emit_label() 2349 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() 1590 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 1592 struct sljit_label *label; in sljit_emit_label() 1600 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitNativePPC_common.c | 327 struct sljit_label *label; in sljit_generate_code() 2067 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) in sljit_emit_label() 2069 struct sljit_label *label; in sljit_emit_label() 2077 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label)); in sljit_emit_label()
|
D | sljitNativeX86_common.c | 454 struct sljit_label *label; in sljit_generate_code() 2512 SLJIT_API_FUNC_ATTRIBUTE struct sljit_label* sljit_emit_label(struct sljit_compiler *compiler) 2515 struct sljit_label *label; 2528 label = (struct sljit_label*)ensure_abuf(compiler, sizeof(struct sljit_label));
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 197 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; 397 struct sljit_label *partialmatchlabel; [all …]
|