Searched refs:sljit_const (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 294 struct sljit_const { struct 295 struct sljit_const *next; argument 305 struct sljit_const *consts; argument 308 struct sljit_const *last_const; 1080 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… 1087 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 | 287 struct sljit_const *const_; in sljit_generate_code() 1419 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 1422 struct sljit_const *const_; in sljit_emit_const() 1428 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeARM_64.c | 219 struct sljit_const *const_; in sljit_generate_code() 2017 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2019 struct sljit_const *const_; in sljit_emit_const() 2026 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() 2057 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2059 struct sljit_const *const_; in sljit_emit_const() 2066 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativePPC_common.c | 333 struct sljit_const *const_; in sljit_generate_code() 2359 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2361 struct sljit_const *const_; in sljit_emit_const() 2368 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() 2118 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2120 struct sljit_const *const_; in sljit_emit_const() 2127 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeTILEGX_64.c | 1008 struct sljit_const *const_; in sljit_generate_code() 2505 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const * sljit_emit_const(struct sljit_compiler *compiler, slj… in sljit_emit_const() 2507 struct sljit_const *const_; in sljit_emit_const() 2516 const_ = (struct sljit_const *)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeARM_32.c | 576 struct sljit_const *const_; in sljit_generate_code() 2531 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2533 struct sljit_const *const_; in sljit_emit_const() 2540 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeX86_common.c | 482 struct sljit_const *const_; in sljit_generate_code() 2902 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… 2905 struct sljit_const *const_; 2916 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
|
D | sljitLir.c | 612 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const() 2021 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
|