Searched refs:sljit_const (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitLir.h | 298 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 D | sljitNativeSPARC_common.c | 292 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 D | sljitNativeARM_T2_32.c | 357 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 D | sljitNativeARM_64.c | 223 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 D | sljitNativeARM_32.c | 588 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 D | sljitNativeMIPS_common.c | 370 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 D | sljitNativeTILEGX_64.c | 1010 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 D | sljitNativePPC_common.c | 338 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 D | sljitNativeX86_common.c | 490 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 D | sljitLir.c | 654 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 D | sljitTest.c | 810 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()
|