OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_SET_CARRY
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_32.c
161
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
211
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
303
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
350
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
sljitNativeMIPS_64.c
252
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
302
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
394
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
441
is_carry = GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
);
sljitLir.c
1144
|| GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
)
1151
|| GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
));
1156
|| GET_FLAG_TYPE(op) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
));
1157
CHECK_ARGUMENT((compiler->last_flags & 0xff) == GET_FLAG_TYPE(
SLJIT_SET_CARRY
));
1421
CHECK_ARGUMENT((type & 0xff) != GET_FLAG_TYPE(
SLJIT_SET_CARRY
) && (type & 0xff) != (GET_FLAG_TYPE(
SLJIT_SET_CARRY
) + 1));
1525
CHECK_ARGUMENT((type & 0xff) != GET_FLAG_TYPE(
SLJIT_SET_CARRY
) && (type & 0xff) != (GET_FLAG_TYPE(
SLJIT_SET_CARRY
) + 1));
sljitLir.h
720
sljit_op2(..., SLJIT_ADD | SLJIT_SET_Z |
SLJIT_SET_CARRY
, ...)
1086
#define
SLJIT_SET_CARRY
SLJIT_SET(14)
sljitNativePPC_common.c
1587
if (dst == SLJIT_UNUSED && GET_FLAG_TYPE(op) != GET_FLAG_TYPE(
SLJIT_SET_CARRY
)
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
415
sljit_emit_op2(compiler, SLJIT_ADD |
SLJIT_SET_CARRY
, SLJIT_R0, 0, SLJIT_R0, 0, SLJIT_IMM, -1);
417
sljit_emit_op2(compiler, SLJIT_ADD |
SLJIT_SET_CARRY
, SLJIT_R0, 0, SLJIT_R0, 0, SLJIT_R0, 0);
421
sljit_emit_op2(compiler, SLJIT_SUB |
SLJIT_SET_CARRY
, SLJIT_R0, 0, SLJIT_R0, 0, SLJIT_IMM, 6000);
442
sljit_emit_op2(compiler, SLJIT_SUB |
SLJIT_SET_CARRY
, SLJIT_RETURN_REG, 0, SLJIT_RETURN_REG, 0, SLJIT_IMM, 5);
2280
sljit_emit_op2(compiler, SLJIT_SUB |
SLJIT_SET_CARRY
, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_IMM, 1);
2281
sljit_emit_op2(compiler, SLJIT_SUBC |
SLJIT_SET_CARRY
, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_IMM, 0);
2286
sljit_emit_op2(compiler, SLJIT_ADD |
SLJIT_SET_CARRY
, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_IMM, 1);
2287
sljit_emit_op2(compiler, SLJIT_ADDC |
SLJIT_SET_CARRY
, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_IMM, 1);
2315
sljit_emit_op2(compiler, SLJIT_SUB |
SLJIT_SET_CARRY
, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_R0, 0);
2316
sljit_emit_op2(compiler, SLJIT_SUBC |
SLJIT_SET_CARRY
, SLJIT_R2, 0, SLJIT_IMM, 1, SLJIT_R0, 0)
[
all
...]
Completed in 23 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025