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

/external/pcre/dist/sljit/
H A DsljitLir.h294 struct sljit_const { struct
295 struct sljit_const *next;
305 struct sljit_const *consts;
308 struct sljit_const *last_const;
1084 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value);
1091 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_;
1415 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
1418 struct sljit_const *const_;
1424 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitNativeARM_64.c219 struct sljit_const *const_;
2017 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2019 struct sljit_const *const_;
2026 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitNativeARM_T2_32.c353 struct sljit_const *const_;
2057 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2059 struct sljit_const *const_;
2066 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitNativeARM_32.c576 struct sljit_const *const_;
2531 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2533 struct sljit_const *const_;
2540 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitNativeMIPS_common.c371 struct sljit_const *const_;
2118 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2120 struct sljit_const *const_;
2127 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitNativePPC_common.c329 struct sljit_const *const_;
2355 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2357 struct sljit_const *const_;
2364 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitNativeTILEGX_64.c1008 struct sljit_const *const_;
2503 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const * sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2505 struct sljit_const *const_;
2514 const_ = (struct sljit_const *)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitNativeX86_common.c459 struct sljit_const *const_;
2879 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw init_value)
2882 struct sljit_const *const_;
2893 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitLir.c612 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler)
2005 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 1539 milliseconds