Searched refs:sljit_const (Results 1 – 10 of 10) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 358 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()
|
D | sljitNativeSPARC_common.c | 306 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()
|
D | sljitNativeARM_64.c | 232 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()
|
D | sljitNativeARM_T2_32.c | 372 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()
|
D | sljitNativePPC_common.c | 340 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()
|
D | sljitNativeMIPS_common.c | 392 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()
|
D | sljitNativeX86_common.c | 499 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));
|
D | sljitNativeARM_32.c | 599 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()
|
D | sljitNativeTILEGX_64.c | 1008 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()
|
D | sljitLir.c | 678 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()
|