OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cond_set
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
81
static void
cond_set
(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 type)
function
2181
cond_set
(compiler, SLJIT_R2, 0, type); \
2718
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_MUL_NOT_OVERFLOW);
2720
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_MUL_OVERFLOW);
2726
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 2 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW);
2728
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 3 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW);
2733
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 4 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW32);
2739
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 6 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW32);
2742
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 7 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW32);
2744
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 8 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW)
[
all
...]
sljitTest.c
81
static void
cond_set
(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 type)
function
2181
cond_set
(compiler, SLJIT_R2, 0, type); \
2718
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_MUL_NOT_OVERFLOW);
2720
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_MUL_OVERFLOW);
2726
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 2 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW);
2728
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 3 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW);
2733
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 4 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW32);
2739
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 6 * sizeof(sljit_sw), SLJIT_MUL_OVERFLOW32);
2742
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 7 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW32);
2744
cond_set
(compiler, SLJIT_MEM1(SLJIT_S0), 8 * sizeof(sljit_sw), SLJIT_MUL_NOT_OVERFLOW)
[
all
...]
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c
2598
sljit_u8
cond_set
= 0;
local
2618
cond_set
= get_jump_code(type) + 0x10;
2628
*inst++ =
cond_set
;
2644
*inst++ =
cond_set
;
2675
*inst++ =
cond_set
;
2699
*inst++ =
cond_set
- 0x50;
2710
*inst++ =
cond_set
;
2730
*inst++ =
cond_set
;
2744
*inst++ =
cond_set
;
2761
*inst++ =
cond_set
;
[
all
...]
sljitNativeX86_common.c
2598
sljit_u8
cond_set
= 0;
local
2618
cond_set
= get_jump_code(type) + 0x10;
2628
*inst++ =
cond_set
;
2644
*inst++ =
cond_set
;
2675
*inst++ =
cond_set
;
2699
*inst++ =
cond_set
- 0x50;
2710
*inst++ =
cond_set
;
2730
*inst++ =
cond_set
;
2744
*inst++ =
cond_set
;
2761
*inst++ =
cond_set
;
[
all
...]
Completed in 52 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026