Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h292 struct sljit_const { struct
293 struct sljit_const *next; argument
303 struct sljit_const *consts; argument
306 struct sljit_const *last_const;
1043 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
1050 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
DsljitNativeSPARC_common.c283 struct sljit_const *const_; in sljit_generate_code()
1441 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1444 struct sljit_const *const_; in sljit_emit_const()
1450 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_64.c220 struct sljit_const *const_; in sljit_generate_code()
1985 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1987 struct sljit_const *const_; in sljit_emit_const()
1994 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_T2_32.c353 struct sljit_const *const_; in sljit_generate_code()
2039 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2041 struct sljit_const *const_; in sljit_emit_const()
2048 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeMIPS_common.c371 struct sljit_const *const_; in sljit_generate_code()
2130 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2132 struct sljit_const *const_; in sljit_emit_const()
2139 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativePPC_common.c329 struct sljit_const *const_; in sljit_generate_code()
2369 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2371 struct sljit_const *const_; in sljit_emit_const()
2378 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_32.c574 struct sljit_const *const_; in sljit_generate_code()
2528 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2530 struct sljit_const *const_; in sljit_emit_const()
2537 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeTILEGX_64.c1009 struct sljit_const *const_; in sljit_generate_code()
2547 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const * sljit_emit_const(struct sljit_compiler *compiler, slj… in sljit_emit_const()
2549 struct sljit_const *const_; in sljit_emit_const()
2558 const_ = (struct sljit_const *)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeX86_common.c456 struct sljit_const *const_; in sljit_generate_code()
2862 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
2865 struct sljit_const *const_;
2876 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
DsljitLir.c572 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
2030 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()