Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h298 struct sljit_const { struct
299 struct sljit_const *next; argument
309 struct sljit_const *consts; argument
312 struct sljit_const *last_const;
1201 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
1208 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
H A DsljitNativeSPARC_common.c292 struct sljit_const *const_; in sljit_generate_code()
1431 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1434 struct sljit_const *const_; in sljit_emit_const()
1440 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeARM_T2_32.c357 struct sljit_const *const_; in sljit_generate_code()
1890 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1892 struct sljit_const *const_; in sljit_emit_const()
1899 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeARM_64.c223 struct sljit_const *const_; in sljit_generate_code()
2025 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2027 struct sljit_const *const_; in sljit_emit_const()
2034 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeARM_32.c588 struct sljit_const *const_; in sljit_generate_code()
2259 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2261 struct sljit_const *const_; in sljit_emit_const()
2268 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeMIPS_common.c370 struct sljit_const *const_; in sljit_generate_code()
1981 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
1983 struct sljit_const *const_; in sljit_emit_const()
1990 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeTILEGX_64.c1010 struct sljit_const *const_; in sljit_generate_code()
2507 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const * sljit_emit_const(struct sljit_compiler *compiler, slj… in sljit_emit_const()
2509 struct sljit_const *const_; in sljit_emit_const()
2518 const_ = (struct sljit_const *)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativePPC_common.c338 struct sljit_const *const_; in sljit_generate_code()
2374 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
2376 struct sljit_const *const_; in sljit_emit_const()
2383 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const)); in sljit_emit_const()
H A DsljitNativeX86_common.c490 struct sljit_const *const_; in sljit_generate_code()
2812 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji…
2815 struct sljit_const *const_;
2826 const_ = (struct sljit_const*)ensure_abuf(compiler, sizeof(struct sljit_const));
H A DsljitLir.c654 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
2122 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, slji… in sljit_emit_const()
/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c810 struct sljit_const* const1; in test11()
811 struct sljit_const* const2; in test11()
812 struct sljit_const* const3; in test11()
813 struct sljit_const* const4; in test11()
2402 struct sljit_const* const1 = NULL; in test28()