Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h294 struct sljit_const { struct
295 struct sljit_const *next; argument
305 struct sljit_const *consts; argument
308 struct sljit_const *last_const;
1080 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
1087 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
DsljitNativeSPARC_common.c287 struct sljit_const *const_; in sljit_generate_code()
1419 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1422 struct sljit_const *const_; in sljit_emit_const()
1428 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_64.c219 struct sljit_const *const_; in sljit_generate_code()
2017 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2019 struct sljit_const *const_; in sljit_emit_const()
2026 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()
2057 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2059 struct sljit_const *const_; in sljit_emit_const()
2066 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativeARM_32.c576 struct sljit_const *const_; in sljit_generate_code()
2531 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2533 struct sljit_const *const_; in sljit_emit_const()
2540 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()
2118 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2120 struct sljit_const *const_; in sljit_emit_const()
2127 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
DsljitNativePPC_common.c333 struct sljit_const *const_; in sljit_generate_code()
2359 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2361 struct sljit_const *const_; in sljit_emit_const()
2368 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()
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()
DsljitNativeX86_common.c482 struct sljit_const *const_; in sljit_generate_code()
2902 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
2905 struct sljit_const *const_;
2916 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
DsljitLir.c612 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
2021 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()