Searched refs:LNot (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 426 LNot, ///< Logical negation. enumerator 446 return create(LNot, Expr, Ctx, Loc);
|
| /netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
| H A D | grammar.asl | 581 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 D | StmtVisitor.h | 165 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
|
| H A D | OperationKinds.def | 434 UNARY_OPERATION(LNot, "!")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 102 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 D | NVPTXAsmPrinter.cpp | 2108 case MCUnaryExpr::LNot: OS << '!'; break; in printMCExpr()
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 4475 (!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
|