Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h369 struct sljit_const { struct
370 struct sljit_const *next; argument
381 struct sljit_const *consts; argument
384 struct sljit_const *last_const;
1372 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
1386 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.c307 struct sljit_const *const_; in sljit_generate_code()
1513 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1515 struct sljit_const *const_; in sljit_emit_const()
1522 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeARM_64.c249 struct sljit_const *const_; in sljit_generate_code()
1991 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1993 struct sljit_const *const_; in sljit_emit_const()
2000 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeTILEGX_64.c1008 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()
H A DsljitNativeMIPS_common.c516 struct sljit_const *const_; in sljit_generate_code()
2257 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2259 struct sljit_const *const_; in sljit_emit_const()
2266 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeARM_T2_32.c373 struct sljit_const *const_; in sljit_generate_code()
2324 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2326 struct sljit_const *const_; in sljit_emit_const()
2333 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativePPC_common.c393 struct sljit_const *const_; in sljit_generate_code()
2360 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2362 struct sljit_const *const_; in sljit_emit_const()
2369 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeARM_32.c600 struct sljit_const *const_; in sljit_generate_code()
2688 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2690 struct sljit_const *const_; in sljit_emit_const()
2706 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeX86_common.c501 struct sljit_const *const_; in sljit_generate_code()
3031 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
3034 struct sljit_const *const_;
3045 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitLir.c633 struct sljit_const *const_, struct sljit_put_label *put_label) in compute_next_addr()
710 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
2660 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()

Completed in 100 milliseconds