OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_W
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
780
sljit_emit_op2(compiler, SLJIT_MUL, SLJIT_R0, 0, SLJIT_R1, 0, SLJIT_IMM,
SLJIT_W
(0x123456789));
798
FAILED(buf[6] !=
SLJIT_W
(0x123456789) * 3, "test10 case 8 failed\n");
821
sljit_sw word_value1 =
SLJIT_W
(0xaaaaaaaaaaaaaaaa);
822
sljit_sw word_value2 =
SLJIT_W
(0xfee1deadfbadf00d);
1389
buf[10] =
SLJIT_W
(1) << 32;
1397
sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_IMM,
SLJIT_W
(0x1122334455667788));
1398
sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_IMM,
SLJIT_W
(0x1122334455667788));
1400
sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R0, 0, SLJIT_IMM,
SLJIT_W
(1000000000000));
1401
sljit_emit_op2(compiler, SLJIT_ADD, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 2, SLJIT_R0, 0, SLJIT_IMM,
SLJIT_W
(1000000000000));
1402
sljit_emit_op2(compiler, SLJIT_SUB, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 3, SLJIT_IMM,
SLJIT_W
(5000000000000), SLJIT_R0, 0)
[
all
...]
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitConfigInternal.h
70
SLJIT_W
(number) : defining 64 bit constants on 64 bit architectures (compiler independent helper)
395
#ifndef
SLJIT_W
399
#define
SLJIT_W
(w) (w##ll)
401
#define
SLJIT_W
(w) (w)
404
#endif /* !
SLJIT_W
*/
Completed in 15 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025