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_NOT
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h
895
#define
SLJIT_NOT
(SLJIT_OP1_BASE + 16)
896
#define SLJIT_NOT32 (
SLJIT_NOT
| SLJIT_I32_OP)
sljitNativeSPARC_32.c
79
case
SLJIT_NOT
:
sljitNativePPC_32.c
87
case
SLJIT_NOT
:
sljitNativePPC_64.c
202
case
SLJIT_NOT
:
sljitNativeMIPS_32.c
124
case
SLJIT_NOT
:
sljitNativeMIPS_64.c
215
case
SLJIT_NOT
:
sljitLir.c
1048
case
SLJIT_NOT
:
1075
if (GET_OPCODE(op) >=
SLJIT_NOT
)
sljitNativeARM_32.c
1049
case
SLJIT_NOT
:
1673
case
SLJIT_NOT
:
sljitNativeARM_64.c
565
case
SLJIT_NOT
:
714
case
SLJIT_NOT
:
sljitNativeARM_T2_32.c
545
case
SLJIT_NOT
:
726
case
SLJIT_NOT
:
sljitNativeMIPS_common.c
1077
if ((op & SLJIT_I32_OP) && GET_OPCODE(op) >=
SLJIT_NOT
) {
1145
case
SLJIT_NOT
:
sljitNativePPC_common.c
1333
if (op <
SLJIT_NOT
) {
1416
case
SLJIT_NOT
:
1417
return emit_op(compiler,
SLJIT_NOT
, flags, dst, dstw, TMP_REG1, 0, src, srcw);
sljitNativeSPARC_common.c
880
case
SLJIT_NOT
:
sljitNativeTILEGX_64.c
1644
case
SLJIT_NOT
:
2249
case
SLJIT_NOT
:
sljitNativeX86_common.c
1387
case
SLJIT_NOT
:
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
264
sljit_emit_op1(compiler,
SLJIT_NOT
, SLJIT_UNUSED, 0, SLJIT_MEM0(), (sljit_sw)&buf);
266
sljit_emit_op1(compiler,
SLJIT_NOT
, SLJIT_MEM0(), (sljit_sw)&buf[1], SLJIT_MEM0(), (sljit_sw)&buf[1]);
267
sljit_emit_op1(compiler,
SLJIT_NOT
, SLJIT_RETURN_REG, 0, SLJIT_MEM1(SLJIT_S0), 0);
268
sljit_emit_op1(compiler,
SLJIT_NOT
, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 3, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 2);
271
sljit_emit_op1(compiler,
SLJIT_NOT
, SLJIT_MEM1(SLJIT_R1), 0xff0000 + 0x20, SLJIT_MEM1(SLJIT_R2), 0xff0000);
571
sljit_emit_op1(compiler,
SLJIT_NOT
| SLJIT_SET_Z, SLJIT_R1, 0, SLJIT_R0, 0);
573
sljit_emit_op1(compiler,
SLJIT_NOT
| SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_R1, 0);
2649
sljit_emit_op1(compiler,
SLJIT_NOT
, SLJIT_UNUSED, 0, SLJIT_R1, 0);
Completed in 37 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026