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

/external/pcre/dist2/src/sljit/
H A DsljitNativeSPARC_common.c406 #define ALT_KEEP_CACHE 0x00080 macro
650 if (!(flags & ALT_KEEP_CACHE)) {
1411 return emit_op(compiler, op, flags | CUMULATIVE_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
H A DsljitNativeMIPS_common.c509 #define ALT_KEEP_CACHE 0x00080 macro
911 if (!(flags & ALT_KEEP_CACHE)) {
2103 return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);
H A DsljitNativePPC_common.c541 #define ALT_KEEP_CACHE 0x000800 macro
1136 if (!(input_flags & ALT_KEEP_CACHE)) {
1488 flags |= ALT_KEEP_CACHE;
H A DsljitNativeTILEGX_64.c91 #define ALT_KEEP_CACHE 0x00080 macro
1970 if (!(flags & ALT_KEEP_CACHE)) {
2159 return emit_op(compiler, op | flags, mem_type | CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);

Completed in 168 milliseconds