OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sljit_const
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
298
struct
sljit_const
{
struct
299
struct
sljit_const
*next;
309
struct
sljit_const
*consts;
312
struct
sljit_const
*last_const;
1201
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value);
1208
static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct
sljit_const
*const_) { return const_->addr; }
sljitNativeSPARC_common.c
292
struct
sljit_const
*const_;
1431
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
1434
struct
sljit_const
*const_;
1440
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitNativeARM_32.c
588
struct
sljit_const
*const_;
2259
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
2261
struct
sljit_const
*const_;
2268
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitNativeARM_T2_32.c
357
struct
sljit_const
*const_;
1890
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
1892
struct
sljit_const
*const_;
1899
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitNativeARM_64.c
223
struct
sljit_const
*const_;
2025
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
2027
struct
sljit_const
*const_;
2034
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitNativeMIPS_common.c
370
struct
sljit_const
*const_;
1982
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
1984
struct
sljit_const
*const_;
1991
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitNativePPC_common.c
338
struct
sljit_const
*const_;
2374
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
2376
struct
sljit_const
*const_;
2383
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitNativeTILEGX_64.c
1010
struct
sljit_const
*const_;
2507
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
2509
struct
sljit_const
*const_;
2518
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitNativeX86_common.c
490
struct
sljit_const
*const_;
2812
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value)
2815
struct
sljit_const
*const_;
2826
const_ = (struct
sljit_const
*)ensure_abuf(compiler, sizeof(struct
sljit_const
));
sljitLir.c
654
static SLJIT_INLINE void set_const(struct
sljit_const
*const_, struct sljit_compiler *compiler)
2122
SLJIT_API_FUNC_ATTRIBUTE struct
sljit_const
* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw initval)
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
810
struct
sljit_const
* const1;
811
struct
sljit_const
* const2;
812
struct
sljit_const
* const3;
813
struct
sljit_const
* const4;
2402
struct
sljit_const
* const1 = NULL;
Completed in 31 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025