Home
last modified time | relevance | path

Searched refs:LNot (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h426 LNot, ///< Logical negation. enumerator
446 return create(LNot, Expr, Ctx, Loc);
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl581 If(LNot(_STA())){
680 If(LNot(SMWE(0x09,0x15,1,1))){
820 If(LNot(SMRE(0x09,0x15,1,RefOf(Local0)))){
821 If(LNot(SMWE(0x08,0x14,1,Local1))){
822 If(LNot(SMRE(0x09,0x17,Local2,RefOf(Local3)))){
879 if (LAnd(B1P,LNot(B1C))){
903 If(LNot(BPIF)){
1794 Store ("++++++++ Store (LNot (0x31313131), Local6)", Debug)
1796 Store (LNot (Local6), Local7)
1856 Store ("++++++++ [LVL3] If (LNot (0x0))", Debug)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtVisitor.h165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
H A DOperationKinds.def434 UNARY_OPERATION(LNot, "!")
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp102 case MCUnaryExpr::LNot: OS << '!'; break; in print()
869 case MCUnaryExpr::LNot: in evaluateAsRelocatableImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2108 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt4475 (!X) LNot (X)
12237 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()),
12238 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code
14921 Fixed a problem with the implementation of the LNot() operator where
14969 Fixed a problem with constant folding and the LNot operator. LNot was