Searched refs:sljit_const (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 375 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()
|
D | sljitNativeSPARC_common.c | 307 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()
|
D | sljitNativeARM_64.c | 239 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()
|
D | sljitNativePPC_common.c | 393 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()
|
D | sljitNativeARM_32.c | 673 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()
|
D | sljitNativeARM_T2_32.c | 373 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()
|
D | sljitNativeMIPS_common.c | 516 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()
|
D | sljitNativeX86_common.c | 501 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));
|
D | sljitNativeS390X.c | 116 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()
|
D | sljitLir.c | 640 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()
|