/third_party/pcre2/pcre2/src/ |
D | pcre2_auto_possess.c | 350 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() 957 case OP_NOT: in compare_opcodes() 1285 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 | 532 case OP_NOT: in pcre2_printint()
|
D | pcre2_internal.h | 1386 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
/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()
|
/third_party/glib/glib/pcre/ |
D | pcre_byte_order.c | 188 case OP_NOT: in pcre_pattern_to_host_byte_order()
|
D | pcre_study.c | 209 case OP_NOT: in find_minlength() 780 case OP_NOT: in set_start_bits()
|
D | pcre_compile.c | 1836 case OP_NOT: in find_fixedlength() 2247 case OP_NOT: in find_recurse() 2512 case OP_NOT: in could_be_empty_branch() 3119 case OP_NOT: in check_auto_possessive() 4560 *code++ = ((options & PCRE_CASELESS) != 0)? OP_NOTI: OP_NOT; in compile_branch() 4831 || *previous == OP_NOT || *previous == OP_NOTI) in compile_branch() 4838 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
|
D | pcre_internal.h | 1596 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
|
D | pcre_jit_compile.c | 538 case OP_NOT: in next_opcode() 3683 case OP_NOT: in compile_char1_trypath() 3695 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_trypath() 3725 if (type == OP_NOT || !char_has_othercase(common, cc)) in compile_char1_trypath() 5342 *type = OP_NOT; in get_iterator_parameters() 5681 case OP_NOT: in compile_trypath()
|
/third_party/mesa3d/src/gallium/drivers/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_target_nvc0.cpp | 652 case OP_NOT: in getThroughput()
|
D | nv50_ir_lowering_gv100.cpp | 263 case OP_NOT: in visit()
|
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 | 39 case OP_NOT: bits = NV50_IR_MOD_NOT; break; in Modifier()
|
/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
|