Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcse.c77 case OP_NOT: case OP_NEG: in cse_collect()
211 case OP_NOT: case OP_NEG: in insn_compare()
H A Dsimplify.c1088 insn->opcode = OP_NOT; in simplify_constant_rightside()
1285 case OP_NOT: in simplify_constant_unop()
1320 case OP_NOT: in simplify_unop()
1322 if (def && def->opcode == OP_NOT) in simplify_unop()
1746 case OP_NOT: case OP_NEG: case OP_FNEG: in simplify_instruction()
H A Dlinearize.c240 [OP_NOT] = "not",
469 case OP_NOT: case OP_NEG: in show_instruction()
1211 return add_unop(ep, ctype, OP_NOT, pre); in linearize_regular_preop()
H A Dsparse-llvm.c1066 case OP_NOT: { in output_insn()
H A Dexample.c60 [OP_NOT] = "not",
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c162 OP_NOT, enumerator
688 case OP_NOT: in want_packet()
2164 emitop(OP_NOT); in primary()
2313 emitop(OP_NOT); in primary()
2520 emitop(OP_NOT); in primary()
2563 emitop(OP_NOT); in primary()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h194 OP_NOT,/* A B R(A) := not R(B) */ enumerator
H A Dlcode.c608 if (GET_OPCODE(ie) == OP_NOT) { in jumponcond()
686 e->u.info = luaK_codeABC(fs, OP_NOT, 0, e->u.info, 0); in codenot()
H A Dlvm.c708 vmcase(OP_NOT, in luaV_execute()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst223 .. op:: OP_NOT