Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h375 struct sljit_const { struct
376 struct sljit_const *next; argument
387 struct sljit_const *consts; argument
390 struct sljit_const *last_const;
1384 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
1398 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
DsljitNativeSPARC_common.c307 struct sljit_const *const_; in sljit_generate_code()
1514 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1516 struct sljit_const *const_; in sljit_emit_const()
1523 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_64.c239 struct sljit_const *const_; in sljit_generate_code()
1982 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1984 struct sljit_const *const_; in sljit_emit_const()
1991 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativePPC_common.c393 struct sljit_const *const_; in sljit_generate_code()
2361 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2363 struct sljit_const *const_; in sljit_emit_const()
2370 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_32.c673 struct sljit_const *const_; in sljit_generate_code()
2762 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2764 struct sljit_const *const_; in sljit_emit_const()
2780 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_T2_32.c373 struct sljit_const *const_; in sljit_generate_code()
2326 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2328 struct sljit_const *const_; in sljit_emit_const()
2335 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeMIPS_common.c516 struct sljit_const *const_; in sljit_generate_code()
2258 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2260 struct sljit_const *const_; in sljit_emit_const()
2267 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeX86_common.c501 struct sljit_const *const_; in sljit_generate_code()
3030 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
3033 struct sljit_const *const_;
3044 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
DsljitNativeS390X.c116 struct sljit_const const_; /* must be first */
2730 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2741 set_const((struct sljit_const*)const_, compiler); in sljit_emit_const()
2755 return (struct sljit_const*)const_; in sljit_emit_const()
DsljitLir.c640 struct sljit_const *const_, struct sljit_put_label *put_label) in compute_next_addr()
717 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
2671 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()