Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h426 LNot, ///< Logical negation. enumerator
446 return create(LNot, Expr, Ctx, Loc);
/netbsd/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl581 If(LNot(_STA())){
680 If(LNot(SMWE(0x09,0x15,1,1))){
903 If(LNot(BPIF)){
1796 Store (LNot (Local6), Local7)
1857 If (LNot (0x0))
1890 If (LNot (0x0))
2489 // Test If (LNot ()) with no save of LNot result
2490 If (LNot (0))
2499 // Test If (LNot ()) with no save of LNot result
2500 If (LNot (1))
[all …]
/netbsd/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/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/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2108 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
/netbsd/sys/external/bsd/acpica/dist/
H A Dchanges.txt4290 (!X) LNot (X)
12053 LLessEqual, and LGreaterEqual. Previously disassembled as LNot(LEqual()),
12054 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code
14737 Fixed a problem with the implementation of the LNot() operator where
14785 Fixed a problem with constant folding and the LNot operator. LNot was