Home
last modified time | relevance | path

Searched refs:ALT_KEEP_CACHE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeSPARC_common.c419 #define ALT_KEEP_CACHE 0x00080 macro
662 if (!(flags & ALT_KEEP_CACHE)) { in emit_op()
1423 …return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw… in sljit_emit_op_flags()
DsljitNativeMIPS_common.c515 #define ALT_KEEP_CACHE 0x00080 macro
890 if (!(flags & ALT_KEEP_CACHE)) { in emit_op()
1967 …mpiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, sr… in sljit_emit_op_flags()
DsljitNativePPC_common.c557 #define ALT_KEEP_CACHE 0x000800 macro
1149 if (!(input_flags & ALT_KEEP_CACHE)) { in emit_op()
1501 flags |= ALT_KEEP_CACHE; in sljit_emit_op2()
DsljitNativeTILEGX_64.c93 #define ALT_KEEP_CACHE 0x00080 macro
1972 if (!(flags & ALT_KEEP_CACHE)) { in emit_op()
2161 …mpiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, sr… in sljit_emit_op_flags()