Searched refs:sljit_const (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitLir.h | 292 struct sljit_const { struct 293 struct sljit_const *next; argument 303 struct sljit_const *consts; argument 306 struct sljit_const *last_const; 1043 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… 1050 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
|
D | sljitNativeSPARC_common.c | 283 struct sljit_const *const_; in sljit_generate_code() 1441 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 1444 struct sljit_const *const_; in sljit_emit_const() 1450 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeARM_64.c | 220 struct sljit_const *const_; in sljit_generate_code() 1985 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 1987 struct sljit_const *const_; in sljit_emit_const() 1994 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeARM_T2_32.c | 353 struct sljit_const *const_; in sljit_generate_code() 2039 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2041 struct sljit_const *const_; in sljit_emit_const() 2048 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeMIPS_common.c | 371 struct sljit_const *const_; in sljit_generate_code() 2130 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2132 struct sljit_const *const_; in sljit_emit_const() 2139 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativePPC_common.c | 329 struct sljit_const *const_; in sljit_generate_code() 2369 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2371 struct sljit_const *const_; in sljit_emit_const() 2378 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeARM_32.c | 574 struct sljit_const *const_; in sljit_generate_code() 2528 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2530 struct sljit_const *const_; in sljit_emit_const() 2537 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeTILEGX_64.c | 1009 struct sljit_const *const_; in sljit_generate_code() 2547 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const * sljit_emit_const(struct sljit_compiler *compiler, slj… in sljit_emit_const() 2549 struct sljit_const *const_; in sljit_emit_const() 2558 const_ = (struct sljit_const *)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeX86_common.c | 456 struct sljit_const *const_; in sljit_generate_code() 2862 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… 2865 struct sljit_const *const_; 2876 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
|
D | sljitLir.c | 572 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const() 2030 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
|