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

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

Completed in 546 milliseconds