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

/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c402 #define ALT_KEEP_CACHE 0x00080 macro
661 if (!(flags & ALT_KEEP_CACHE)) {
1433 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
926 if (!(flags & ALT_KEEP_CACHE)) {
2115 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.c537 #define ALT_KEEP_CACHE 0x000800 macro
1147 if (!(input_flags & ALT_KEEP_CACHE)) {
1498 flags |= ALT_KEEP_CACHE;
H A DsljitNativeTILEGX_64.c96 #define ALT_KEEP_CACHE 0x00080 macro
2005 if (!(flags & ALT_KEEP_CACHE)) {
2199 return emit_op(compiler, op | flags, CUMULATIVE_OP | LOGICAL_OP | IMM_OP | ALT_KEEP_CACHE, dst, dstw, src, srcw, TMP_REG2, 0);

Completed in 66 milliseconds