OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_CONV_S32_FROM_F64
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
986
#define
SLJIT_CONV_S32_FROM_F64
(SLJIT_FOP1_BASE + 3)
987
#define SLJIT_CONV_S32_FROM_F32 (
SLJIT_CONV_S32_FROM_F64
| SLJIT_F32_OP)
sljitLir.c
1321
CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_CONV_SW_FROM_F64 && GET_OPCODE(op) <=
SLJIT_CONV_S32_FROM_F64
);
1329
(GET_OPCODE(op) ==
SLJIT_CONV_S32_FROM_F64
) ? ".s32" : ".sw",
1606
if ((GET_OPCODE(op) | 0x1) ==
SLJIT_CONV_S32_FROM_F64
) { \
sljitNativeARM_64.c
1618
if (GET_OPCODE(op) ==
SLJIT_CONV_S32_FROM_F64
)
1629
return emit_op_mem(compiler, ((GET_OPCODE(op) ==
SLJIT_CONV_S32_FROM_F64
) ? INT_SIZE : WORD_SIZE) | STORE, TMP_REG1, dst, dstw);
sljitNativePPC_common.c
1742
FAIL_IF(push_inst(compiler, (op ==
SLJIT_CONV_S32_FROM_F64
? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB(src)));
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
4611
sljit_emit_fop1(compiler,
SLJIT_CONV_S32_FROM_F64
, SLJIT_MEM1(SLJIT_R2), 2 * sizeof(sljit_s32), SLJIT_FR4, 0);
4736
sljit_emit_fop1(compiler,
SLJIT_CONV_S32_FROM_F64
, SLJIT_MEM1(SLJIT_R2), 2 * sizeof(sljit_s32), SLJIT_MEM1(SLJIT_S0), 0);
4753
sljit_emit_fop1(compiler,
SLJIT_CONV_S32_FROM_F64
, SLJIT_R0, 0, SLJIT_FR2, 0);
Completed in 23 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025