OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_CLZ
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
902
#define
SLJIT_CLZ
(SLJIT_OP1_BASE + 18)
903
#define SLJIT_CLZ32 (
SLJIT_CLZ
| SLJIT_I32_OP)
sljitNativeSPARC_32.c
83
case
SLJIT_CLZ
:
sljitNativePPC_32.c
95
case
SLJIT_CLZ
:
sljitNativePPC_64.c
212
case
SLJIT_CLZ
:
sljitNativeMIPS_32.c
132
case
SLJIT_CLZ
:
sljitNativeMIPS_64.c
223
case
SLJIT_CLZ
:
sljitLir.c
1045
CHECK_ARGUMENT(GET_OPCODE(op) >= SLJIT_MOV && GET_OPCODE(op) <=
SLJIT_CLZ
);
1049
case
SLJIT_CLZ
:
sljitNativeARM_32.c
1056
case
SLJIT_CLZ
:
1683
case
SLJIT_CLZ
:
sljitNativeARM_T2_32.c
538
case
SLJIT_CLZ
:
731
case
SLJIT_CLZ
:
sljitNativeARM_64.c
556
case
SLJIT_CLZ
:
723
case
SLJIT_CLZ
:
sljitNativePPC_common.c
1422
case
SLJIT_CLZ
:
1424
return emit_op(compiler,
SLJIT_CLZ
, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw);
1426
return emit_op(compiler,
SLJIT_CLZ
, flags, dst, dstw, TMP_REG1, 0, src, srcw);
sljitNativeSPARC_common.c
881
case
SLJIT_CLZ
:
sljitNativeTILEGX_64.c
1653
case
SLJIT_CLZ
:
2255
case
SLJIT_CLZ
:
sljitNativeMIPS_common.c
1151
case
SLJIT_CLZ
:
sljitNativeX86_common.c
1395
case
SLJIT_CLZ
:
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
3372
sljit_emit_op1(compiler,
SLJIT_CLZ
, SLJIT_MEM1(SLJIT_S0), 0, SLJIT_R0, 0);
3373
sljit_emit_op1(compiler,
SLJIT_CLZ
| SLJIT_SET_Z, SLJIT_R0, 0, SLJIT_IMM, BITN(47));
3376
sljit_emit_op1(compiler,
SLJIT_CLZ
, SLJIT_MEM1(SLJIT_S0), 3 * sizeof(sljit_sw), SLJIT_MEM1(SLJIT_S0), 3 * sizeof(sljit_sw));
3378
sljit_emit_op1(compiler,
SLJIT_CLZ
| SLJIT_SET_Z, SLJIT_R0, 0, SLJIT_R0, 0);
3384
sljit_emit_op1(compiler,
SLJIT_CLZ
| SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_R0, 0);
3386
sljit_emit_op1(compiler,
SLJIT_CLZ
| SLJIT_SET_Z, SLJIT_R0, 0, SLJIT_MEM1(SLJIT_S0), 7 * sizeof(sljit_sw));
3390
sljit_emit_op1(compiler,
SLJIT_CLZ
, SLJIT_MEM1(SLJIT_S0), 9 * sizeof(sljit_sw), SLJIT_R0, 0);
3391
sljit_emit_op1(compiler,
SLJIT_CLZ
| SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_MEM1(SLJIT_S0), 10 * sizeof(sljit_sw));
3394
sljit_emit_op1(compiler,
SLJIT_CLZ
, SLJIT_MEM1(SLJIT_S0), 11 * sizeof(sljit_sw), SLJIT_R0, 0);
Completed in 36 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025