Searched refs:sljit_const (Results 1 – 10 of 10) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.h | 408 struct sljit_const { struct 409 struct sljit_const *next; argument 420 struct sljit_const *consts; argument 423 struct sljit_const *last_const; 1643 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… 1657 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
|
D | sljitNativeARM_64.c | 246 struct sljit_const *const_; in sljit_generate_code() 2351 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2353 struct sljit_const *const_; in sljit_emit_const() 2360 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeX86_common.c | 596 struct sljit_const *const_; in sljit_generate_code() 3310 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… 3313 struct sljit_const *const_; 3324 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
|
D | sljitNativePPC_common.c | 418 struct sljit_const *const_; in sljit_generate_code() 2799 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2801 struct sljit_const *const_; in sljit_emit_const() 2808 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeRISCV_common.c | 387 struct sljit_const *const_; in sljit_generate_code() 2710 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 2712 struct sljit_const *const_; in sljit_emit_const() 2719 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeARM_T2_32.c | 388 struct sljit_const *const_; in sljit_generate_code() 3093 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 3095 struct sljit_const *const_; in sljit_emit_const() 3102 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeARM_32.c | 688 struct sljit_const *const_; in sljit_generate_code() 3637 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 3639 struct sljit_const *const_; in sljit_emit_const() 3656 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitNativeS390X.c | 133 struct sljit_const const_; /* must be first */ 3665 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 3676 set_const((struct sljit_const*)const_, compiler); in sljit_emit_const() 3690 return (struct sljit_const*)const_; in sljit_emit_const()
|
D | sljitNativeMIPS_common.c | 584 struct sljit_const *const_; in sljit_generate_code() 3673 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const() 3675 struct sljit_const *const_; in sljit_emit_const() 3682 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
|
D | sljitLir.c | 643 struct sljit_const *const_, struct sljit_put_label *put_label) in compute_next_addr() 722 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const() 3102 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
|