Searched refs:OP_COND (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/ |
D | pcre_compile.c | 1743 case OP_COND: in find_fixedlength() 2456 c == OP_COND) in could_be_empty_branch() 2465 if (c == OP_COND && code[GET(code, 1)] != OP_ALT) in could_be_empty_branch() 5869 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch() 5879 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch() 6207 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch() 6589 bravalue = OP_COND; /* Conditional group */ in compile_branch() 7500 ((bravalue == OP_COND)?1:0), /* Depth of condition subpatterns */ in compile_branch() 7532 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch() 8414 else if (op == OP_ASSERT || op == OP_COND) in is_anchored() [all …]
|
D | pcre_study.c | 106 case OP_COND: in find_minlength() 820 case OP_COND: in set_start_bits()
|
D | pcre_jit_compile.c | 656 case OP_COND: in next_opcode() 821 case OP_COND: in check_opcode_types() 1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND) in set_private_data_ptrs() 1133 case OP_COND: in set_private_data_ptrs() 1581 case OP_COND: in get_private_data_copy_length() 1766 case OP_COND: in copy_private_data() 1986 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets() 6978 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF) in compile_bracket_matchingpath() 6991 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath() 6994 if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) in compile_bracket_matchingpath() [all …]
|
D | pcre_printint.c | 415 case OP_COND: in pcre_printint()
|
D | pcre_internal.h | 2076 OP_COND, /* 135 Conditional group */ enumerator
|
D | HACKING | 489 These are like other subpatterns, but they start with the opcode OP_COND, or
|
D | pcre_dfa_exec.c | 2687 case OP_COND: in internal_dfa_exec()
|
D | pcre_exec.c | 1292 case OP_COND: in match()
|
/external/qemu/target-mips/ |
D | translate.c | 696 #define OP_COND(name, cond) \ macro 709 OP_COND(eq, TCG_COND_EQ); 710 OP_COND(ne, TCG_COND_NE); 711 OP_COND(ge, TCG_COND_GE); 712 OP_COND(geu, TCG_COND_GEU); 713 OP_COND(lt, TCG_COND_LT); 714 OP_COND(ltu, TCG_COND_LTU); 715 #undef OP_COND
|