Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h358 struct sljit_const { struct
359 struct sljit_const *next; argument
369 struct sljit_const *consts; argument
372 struct sljit_const *last_const;
1319 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
1326 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
DsljitNativeSPARC_common.c306 struct sljit_const *const_; in sljit_generate_code()
1466 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1469 struct sljit_const *const_; in sljit_emit_const()
1475 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_64.c232 struct sljit_const *const_; in sljit_generate_code()
1929 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1931 struct sljit_const *const_; in sljit_emit_const()
1938 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_T2_32.c372 struct sljit_const *const_; in sljit_generate_code()
2293 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2295 struct sljit_const *const_; in sljit_emit_const()
2302 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativePPC_common.c340 struct sljit_const *const_; in sljit_generate_code()
2261 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2263 struct sljit_const *const_; in sljit_emit_const()
2270 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeMIPS_common.c392 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()
DsljitNativeX86_common.c499 struct sljit_const *const_; in sljit_generate_code()
2801 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
2804 struct sljit_const *const_;
2815 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
DsljitNativeARM_32.c599 struct sljit_const *const_; in sljit_generate_code()
2639 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2641 struct sljit_const *const_; in sljit_emit_const()
2648 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeTILEGX_64.c1008 struct sljit_const *const_; in sljit_generate_code()
2497 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const * sljit_emit_const(struct sljit_compiler *compiler, slj… in sljit_emit_const()
2499 struct sljit_const *const_; in sljit_emit_const()
2508 const_ = (struct sljit_const *)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitLir.c678 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
2573 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()