Home
last modified time | relevance | path

Searched refs:OP_NOT (Results 1 – 25 of 27) sorted by relevance

12

/external/pcre/dist2/src/
Dpcre2_auto_possess.c348 list[0] = OP_NOT; in get_chr_property_list()
386 case OP_NOT: in get_chr_property_list()
394 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
449 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
905 case OP_NOT: in compare_opcodes()
1226 case OP_NOT: in PRIV()
Dpcre2_find_bracket.c154 case OP_NOT: in PRIV()
Dpcre2_pattern_info.c286 case OP_NOT: in pcre2_callout_enumerate()
Dpcre2_study.c274 case OP_NOT: in find_minlength()
934 case OP_NOT: in set_start_bits()
Dpcre2_printint.c530 case OP_NOT: in pcre2_printint()
Dpcre2_compile.c1067 case OP_NOT: in find_fixedlength()
1611 case OP_NOT: in could_be_empty_branch()
2544 case OP_NOT: in find_recurse()
4915 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
5189 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch()
5196 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
5795 case OP_NOT: in compile_branch()
Dpcre2_internal.h1387 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
Dpcre2_jit_compile.c711 case OP_NOT: in next_opcode()
1603 case OP_NOT: in get_framesize()
3656 case OP_NOT: in scan_prefix()
6510 case OP_NOT: in compile_char1_matchingpath()
6524 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
6550 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
8678 *type = OP_NOT; in get_iterator_parameters()
9377 case OP_NOT: in compile_matchingpath()
Dpcre2_match.c3755 case OP_NOT: in match()
3771 if (op == OP_NOT) in match()
Dpcre2_dfa_match.c2218 case OP_NOT: in internal_dfa_match()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp215 case OP_NOT: in getLatency()
Dnv50_ir_target_nvc0.cpp600 case OP_NOT: in getThroughput()
Dnv50_ir_lowering_nv50.cpp157 bld->mkOp1(OP_NOT, fTy, rr[0], r[4]) in expandIntegerMUL()
159 bld->mkOp1(OP_NOT, fTy, rr[1], t[3]) in expandIntegerMUL()
Dnv50_ir.h63 OP_NOT, enumerator
Dnv50_ir.cpp40 case OP_NOT: bits = NV50_IR_MOD_NOT; break; in Modifier()
Dnv50_ir_emit_nv50.cpp1916 case OP_NOT: in emitInstruction()
Dnv50_ir_emit_gk110.cpp2457 case OP_NOT: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp2652 case OP_NOT: in emitInstruction()
/external/libchrome/base/test/
Dtrace_event_analyzer.h551 OP_NOT, enumerator
619 return operator_ == OP_NOT || operator_ == OP_NEGATE; in is_unary_operator()
Dtrace_event_analyzer.cc312 case OP_NOT: in Evaluate()
640 return Query(*this, OP_NOT); in operator !()
/external/syslinux/com32/lua/src/
Dlopcodes.h194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
Dlcode.c609 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
687 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
Dlvm.c668 vmcase(OP_NOT, in luaV_execute()
/external/pcre/dist2/
DHACKING256 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
345 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
/external/clang/include/clang/Basic/
Darm_neon.td400 def OP_NOT : Op<(op "~", $p0)>;
801 def VMVN : LOpInst<"vmvn", "dd", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;

12