Searched refs:ALT_KEEP_CACHE (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_common.c | 402 #define ALT_KEEP_CACHE 0x00080 macro 646 if (!(flags & ALT_KEEP_CACHE)) { in emit_op() 1407 …return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw… in sljit_emit_op_flags()
|
D | sljitNativePPC_common.c | 537 #define ALT_KEEP_CACHE 0x000800 macro 1132 if (!(input_flags & ALT_KEEP_CACHE)) { in emit_op() 1484 flags |= ALT_KEEP_CACHE; in sljit_emit_op2()
|
D | sljitNativeMIPS_common.c | 509 #define ALT_KEEP_CACHE 0x00080 macro 911 if (!(flags & ALT_KEEP_CACHE)) { in emit_op() 2103 …mpiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, sr… in sljit_emit_op_flags()
|
D | sljitNativeTILEGX_64.c | 91 #define ALT_KEEP_CACHE 0x00080 macro 1970 if (!(flags & ALT_KEEP_CACHE)) { in emit_op() 2159 …mpiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, sr… in sljit_emit_op_flags()
|