Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtrace_event_analyzer.h459 OP_NOT, enumerator
527 return operator_ == OP_NOT || operator_ == OP_NEGATE; in is_unary_operator()
Dtrace_event_analyzer.cc282 case OP_NOT: in Evaluate()
587 return Query(*this, OP_NOT); in operator !()
/external/pcre/dist/
Dpcre_byte_order.c211 case OP_NOT: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c1864 case OP_NOT: in find_fixedlength()
2162 case OP_NOT: in PRIV()
2307 case OP_NOT: in find_recurse()
2610 case OP_NOT: in could_be_empty_branch()
2955 list[0] = OP_NOT; in get_chr_property_list()
2993 case OP_NOT: in get_chr_property_list()
3001 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3056 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
3504 case OP_NOT: in compare_opcodes()
3825 case OP_NOT: in auto_possessify()
[all …]
Dpcre_study.c217 case OP_NOT: in find_minlength()
877 case OP_NOT: in set_start_bits()
Dpcre_printint.c545 case OP_NOT: in pcre_printint()
DHACKING229 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
315 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
Dpcre_jit_compile.c679 case OP_NOT: in next_opcode()
1373 case OP_NOT: in get_framesize()
3410 case OP_NOT: in scan_prefix()
5714 case OP_NOT: in compile_char1_matchingpath()
5726 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
5752 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
7824 *type = OP_NOT; in get_iterator_parameters()
7942 case OP_NOT: in compile_iterator_matchingpath()
8324 case OP_NOT: in compile_matchingpath()
Dpcre_internal.h1928 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
Dpcre_exec.c3660 case OP_NOT: in match()
3676 if (op == OP_NOT) in match()
Dpcre_dfa_exec.c2280 case OP_NOT: in internal_dfa_exec()
Dpcretest.c2574 case OP_NOT: in regexflip8_or_16()
DChangeLog1143 8. OP_NOT now supports any UTF character not just single-byte ones.
5127 "not this character" (OP_NOT). This wasn't working properly when the test
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp618 case OP_NOT: in getThroughput()
Dnv50_ir_emit_nvc0.cpp1627 case OP_NOT: in emitInstruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h61 OP_NOT, enumerator
Dnv50_ir.cpp40 case OP_NOT: bits = NV50_IR_MOD_NOT; break; in Modifier()
Dnv50_ir_emit_nv50.cpp1586 case OP_NOT: in emitInstruction()
Dnv50_ir_from_sm4.cpp412 case SM4_OPCODE_NOT: return OP_NOT; in cvtOpcode()
Dnv50_ir_peephole.cpp380 case NV50_IR_MOD_NOT: return OP_NOT; in getOp()
/external/clang/include/clang/Basic/
Darm_neon.td399 def OP_NOT : Op<(op "~", $p0)>;
798 def VMVN : LOpInst<"vmvn", "dd", "csiUcUsUiPcQcQsQiQUcQUsQUiQPc", OP_NOT>;