Home
last modified time | relevance | path

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

12

/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c367 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()
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.c563 case OP_NOT: in pcre2_printint()
Dpcre2_compile.c5690 *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()
Dpcre2_internal.h1411 OP_NOT, /* 31 Match one character, not the given one, casefully */ enumerator
Dpcre2_jit_compile.c970 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/
Dsimplify.c651 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 …]
Dcse.c77 case OP_NOT: case OP_NEG: in cse_collect()
215 case OP_NOT: case OP_NEG: in insn_compare()
Dscheck.c165 case OP_NOT: t = boolector_not(btor, a); break; in unop()
Dlinearize.c237 [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()
Dsparse-llvm.c1051 case OP_NOT: { in output_insn()
Dexample.c60 [OP_NOT] = "not",
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_gm107.cpp223 case OP_NOT: in getLatency()
Dnv50_ir_lowering_helper.cpp49 case OP_NOT: in visit()
Dnv50_ir_lowering_gv100.cpp263 case OP_NOT: in visit()
Dnv50_ir_target_nvc0.cpp652 case OP_NOT: in getThroughput()
Dnv50_ir_target_gv100.cpp329 case OP_NOT: return &opInfo_NOT; in getOpInfo()
Dnv50_ir.h66 OP_NOT, enumerator
Dnv50_ir.cpp35 case OP_NOT: bits = NV50_IR_MOD_NOT; break; in Modifier()
Dnv50_ir_lowering_nv50.cpp175 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/
D12.0.4.rst255 - gk110/ir: fix wrong emission of OP_NOT
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst227 .. op:: OP_NOT
/third_party/pcre2/pcre2/
DHACKING464 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

12