OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_MOV32
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
682
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R0, 0, SLJIT_IMM, 0x7d00);
695
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R0, 0, SLJIT_IMM, 0x25000000);
706
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R0, 0, SLJIT_IMM, 0xf600);
1404
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R1, 0, SLJIT_IMM, SLJIT_W(0x1108080808));
1411
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R0, 0, SLJIT_R0, 0);
1418
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R0, 0, SLJIT_R0, 0);
1422
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R0, 0, SLJIT_IMM, 4);
1429
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_IMM, 0x11223344);
2217
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R0, 0, SLJIT_R0, 0);
2218
sljit_emit_op1(compiler,
SLJIT_MOV32
, SLJIT_R1, 0, SLJIT_R1, 0)
[
all
...]
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
659
be mixed. The only exception is
SLJIT_MOV32
and SLJIT_MOVU32 whose source
861
Note: no SLJIT_MOV32_U32 form, since it is the same as
SLJIT_MOV32
*/
864
Note: no SLJIT_MOV32_S32 form, since it is the same as
SLJIT_MOV32
*/
867
#define
SLJIT_MOV32
(SLJIT_MOV_S32 | SLJIT_I32_OP)
sljitLir.c
1096
!(op & SLJIT_I32_OP) ? "" : "32", (op !=
SLJIT_MOV32
&& op != SLJIT_MOVU32) ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : "");
Completed in 23 milliseconds
Indexes created Thu Nov 06 16:10:07 GMT 2025