Home
last modified time | relevance | path

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

12

/external/pcre/dist2/src/
Dpcre2_auto_possess.c350 list[0] = OP_NOT; in get_chr_property_list()
388 case OP_NOT: in get_chr_property_list()
396 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list()
451 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list()
956 case OP_NOT: in compare_opcodes()
1280 case OP_NOT: in PRIV()
Dpcre2_find_bracket.c155 case OP_NOT: in PRIV()
Dpcre2_pattern_info.c307 case OP_NOT: in pcre2_callout_enumerate()
Dpcre2_study.c298 case OP_NOT: in find_minlength()
1020 case OP_NOT: in set_start_bits()
Dpcre2_printint.c532 case OP_NOT: in pcre2_printint()
Dpcre2_internal.h1386 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
Dpcre2_compile.c5585 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch()
6898 case OP_NOT: in compile_branch()
7568 case OP_NOT: in compile_branch()
8564 case OP_NOT: in find_recurse()
Dpcre2_jit_compile.c965 case OP_NOT: in next_opcode()
1312 case OP_NOT: in detect_early_fail()
2065 case OP_NOT: in get_framesize()
5546 case OP_NOT: in scan_prefix()
8773 case OP_NOT: in compile_char1_matchingpath()
8787 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
8813 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath()
11079 *type = OP_NOT; in get_iterator_parameters()
11908 case OP_NOT: in compile_matchingpath()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp223 case OP_NOT: in getLatency()
Dnv50_ir_lowering_helper.cpp49 case OP_NOT: in visit()
Dnv50_ir_target_nvc0.cpp648 case OP_NOT: in getThroughput()
Dnv50_ir_lowering_gv100.cpp259 case OP_NOT: in visit()
Dnv50_ir_target_gv100.cpp329 case OP_NOT: return &opInfo_NOT; in getOpInfo()
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.h66 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()
/external/libchrome/base/test/
Dtrace_event_analyzer.h575 OP_NOT, enumerator
643 return operator_ == OP_NOT || operator_ == OP_NEGATE; in is_unary_operator()
Dtrace_event_analyzer.cc328 case OP_NOT: in Evaluate()
656 return Query(*this, OP_NOT); in operator !()
/external/lua/src/
Dlopcodes.h263 OP_NOT,/* A B R[A] := not R[B] */ enumerator
Dluac.c543 case OP_NOT: in PrintCode()
Dlcode.c1101 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
1187 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
Dlvm.c1511 vmcase(OP_NOT) { in luaV_execute()
/external/mesa3d/docs/relnotes/
D12.0.4.rst255 - gk110/ir: fix wrong emission of OP_NOT
/external/pcre/dist2/
DHACKING464 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is,
561 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for

12