Home
last modified time | relevance | path

Searched refs:sljit_const (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h408 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()
H A DsljitNativeSPARC_common.c311 struct sljit_const *const_; in sljit_generate_code()
1633 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1635 struct sljit_const *const_; in sljit_emit_const()
1642 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeARM_64.c246 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()
H A DsljitNativePPC_common.c418 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()
H A DsljitNativeX86_common.c596 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));
H A DsljitNativeARM_T2_32.c388 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()
H A DsljitNativeRISCV_common.c387 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()
H A DsljitNativeARM_32.c688 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()
H A DsljitNativeS390X.c133 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()
H A DsljitNativeMIPS_common.c584 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()
H A DsljitLir.c643 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()

Completed in 122 milliseconds