OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_ALL_FLAGS
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
1445
op = SLJIT_SUB |
GET_ALL_FLAGS
(op);
1452
op = SLJIT_ADD |
GET_ALL_FLAGS
(op);
1481
op = SLJIT_SUB |
GET_ALL_FLAGS
(op);
1681
return sljit_emit_op2(compiler, SLJIT_SUB |
GET_ALL_FLAGS
(op), dst, dstw, SLJIT_IMM, 0, src, srcw);
2215
sljit_s32 dst_reg, flags =
GET_ALL_FLAGS
(op);
sljitNativeARM_T2_32.c
1228
sljit_s32 op_flags =
GET_ALL_FLAGS
(op);
1814
sljit_s32 dst_r, flags =
GET_ALL_FLAGS
(op);
sljitNativeMIPS_common.c
1149
return emit_op(compiler, SLJIT_SUB |
GET_ALL_FLAGS
(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw);
1896
sljit_s32 flags =
GET_ALL_FLAGS
(op);
sljitNativeX86_common.c
1242
sljit_s32 op_flags =
GET_ALL_FLAGS
(op);
2621
if (GET_OPCODE(op) == SLJIT_OR && !
GET_ALL_FLAGS
(op) && FAST_IS_REG(dst) && dst == src) {
2720
if (GET_OPCODE(op) == SLJIT_OR && !
GET_ALL_FLAGS
(op) && FAST_IS_REG(dst) && dst == src && reg_map[dst] <= 4) {
sljitNativePPC_common.c
1318
sljit_s32 op_flags =
GET_ALL_FLAGS
(op);
2237
sljit_s32 flags =
GET_ALL_FLAGS
(op);
sljitNativeTILEGX_64.c
2090
sljit_s32 flags =
GET_ALL_FLAGS
(op);
2253
return emit_op(compiler, SLJIT_SUB |
GET_ALL_FLAGS
(op), IMM_OP, dst, dstw, SLJIT_IMM, 0, src, srcw);
sljitLir.c
101
#define
GET_ALL_FLAGS
(op) \
sljitNativeARM_64.c
1291
sljit_s32 op_flags =
GET_ALL_FLAGS
(op);
Completed in 53 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025