/third_party/pcre2/pcre2/src/ |
D | pcre2_auto_possess.c | 367 list[0] = OP_NOT; in get_chr_property_list() 405 case OP_NOT: in get_chr_property_list() 413 list[0] = (c == OP_CHARI) ? OP_CHAR : OP_NOT; in get_chr_property_list() 468 list[0] = (c == OP_PROP) ? OP_CHAR : OP_NOT; in get_chr_property_list() 974 case OP_NOT: in compare_opcodes() 1302 case OP_NOT: in PRIV()
|
D | pcre2_find_bracket.c | 155 case OP_NOT: in PRIV()
|
D | pcre2_pattern_info.c | 307 case OP_NOT: in pcre2_callout_enumerate()
|
D | pcre2_study.c | 298 case OP_NOT: in find_minlength() 1020 case OP_NOT: in set_start_bits()
|
D | pcre2_printint.c | 563 case OP_NOT: in pcre2_printint()
|
D | pcre2_compile.c | 5690 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch() 7007 case OP_NOT: in compile_branch() 7682 case OP_NOT: in compile_branch() 8688 case OP_NOT: in find_recurse()
|
D | pcre2_internal.h | 1411 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
D | pcre2_jit_compile.c | 970 case OP_NOT: in next_opcode() 1322 case OP_NOT: in detect_early_fail() 2069 case OP_NOT: in get_framesize() 5620 case OP_NOT: in scan_prefix() 9004 case OP_NOT: in compile_char1_matchingpath() 9018 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 9044 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_matchingpath() 11310 *type = OP_NOT; in get_iterator_parameters() 12139 case OP_NOT: in compile_matchingpath()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | simplify.c | 651 case OP_NOT: in eval_op() 1537 insn->opcode = OP_NOT; in simplify_constant_rightside() 1932 case OP_NOT: in simplify_and_one_side() 2016 case OP_NOT: in simplify_ior_one_side() 2070 case OP_NOT: in simplify_xor_one_side() 2105 case OP_NOT: in simplify_constant_unop() 2138 case OP_NOT: in simplify_unop() 2144 src = eval_unop(OP_NOT, insn->size, def->src2); in simplify_unop() 2151 case OP_NOT: // ~(~x) --> x in simplify_unop() 2157 insn->src2 = eval_unop(OP_NOT, insn->size, def->src1); in simplify_unop() [all …]
|
D | cse.c | 77 case OP_NOT: case OP_NEG: in cse_collect() 215 case OP_NOT: case OP_NEG: in insn_compare()
|
D | scheck.c | 165 case OP_NOT: t = boolector_not(btor, a); break; in unop()
|
D | linearize.c | 237 [OP_NOT] = "not", 472 case OP_NOT: case OP_NEG: in show_instruction() 1215 return add_unop(ep, ctype, OP_NOT, pre); in linearize_regular_preop()
|
D | sparse-llvm.c | 1051 case OP_NOT: { in output_insn()
|
D | example.c | 60 [OP_NOT] = "not",
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 223 case OP_NOT: in getLatency()
|
D | nv50_ir_lowering_helper.cpp | 49 case OP_NOT: in visit()
|
D | nv50_ir_lowering_gv100.cpp | 263 case OP_NOT: in visit()
|
D | nv50_ir_target_nvc0.cpp | 652 case OP_NOT: in getThroughput()
|
D | nv50_ir_target_gv100.cpp | 329 case OP_NOT: return &opInfo_NOT; in getOpInfo()
|
D | nv50_ir.h | 66 OP_NOT, enumerator
|
D | nv50_ir.cpp | 35 case OP_NOT: bits = NV50_IR_MOD_NOT; break; in Modifier()
|
D | nv50_ir_lowering_nv50.cpp | 175 bld->mkOp1(OP_NOT, fTy, rr[0], r[4]) in expandIntegerMUL() 177 bld->mkOp1(OP_NOT, fTy, rr[1], t[3]) in expandIntegerMUL()
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.4.rst | 255 - gk110/ir: fix wrong emission of OP_NOT
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 227 .. op:: OP_NOT
|
/third_party/pcre2/pcre2/ |
D | HACKING | 464 used for a positive class, and OP_NOT or OP_NOTI for a negative one (that is, 562 positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
|