OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_CONV_F32_FROM_SW
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
990
#define
SLJIT_CONV_F32_FROM_SW
(SLJIT_CONV_F64_FROM_SW | SLJIT_F32_OP)
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
4629
sljit_emit_fop1(compiler,
SLJIT_CONV_F32_FROM_SW
, SLJIT_MEM1(SLJIT_S1), 5 * sizeof(sljit_f32), SLJIT_IMM, -123);
4631
sljit_emit_fop1(compiler,
SLJIT_CONV_F32_FROM_SW
, SLJIT_FR3, 0, SLJIT_R0, 0);
4742
sljit_emit_fop1(compiler,
SLJIT_CONV_F32_FROM_SW
, SLJIT_MEM1(SLJIT_S1), 4 * sizeof(sljit_f32), SLJIT_MEM1(SLJIT_S2), 0);
4856
sljit_emit_fop1(compiler,
SLJIT_CONV_F32_FROM_SW
, SLJIT_MEM1(SLJIT_SP), 3 * sizeof(sljit_f32), SLJIT_MEM1(SLJIT_SP), 2 * sizeof(sljit_f32));
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026