Searched refs:LLess (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/tests/misc/ |
| H A D | grammar.asl | 489 If (LLess (REV, 2)) 1788 Store ("++++++++ Store (LLess (0xFFFFFFFF, 0x11111111), Local4)", Debug) 1789 Store (LLess (0xFFFFFFFF, 0x11111111), Local4) 1862 Store ("++++++++ [LVL5] If (LLess (0x44444444, 0x3))", Debug) 1863 If (LLess (0x44444444, 0x3)) 1865 … Store ("++++++++ ERROR: If (LLess (0x44444444, 0x3)) returned TRUE", Debug) 1895 Store ("++++++++ [LVL5] If (LLess (0x44444444, 0x3))", Debug) 1896 If (LLess (0x44444444, 0x3)) 1898 … Store ("++++++++ ERROR: If (LLess (0x44444444, 0x3)) returned TRUE", Debug) 2427 // Test If (LLess ()) with no save of LLess result [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 10546 const SCEV *LLess = nullptr, *RLess = nullptr; in computeConstantDifference() local 10550 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference() 10551 if ((C1 = dyn_cast<SCEVConstant>(LLess))) in computeConstantDifference()
|
| /netbsd-src/sys/external/bsd/acpica/dist/ |
| H A D | changes.txt | 4469 (X < Y) LLess (X, Y) 12238 LNot(LGreater()), and LNot(LLess()), this makes the disassembled ASL code 14272 behavior of the other logical operators (LLess(), etc.) It also requires 14291 operator (such as LLess(Buffer(1){0},Buffer(1){1}). The internal result 14790 Fixed a problem in the Logical operators (LLess, etc.) where a NULL byte 14993 logical operators (LEqual, LGreater, LGreaterEqual, LLess, LLessEqual, 15119 the logical operators -- LGreater, LLess, LGreaterEqual, and LLessEqual - 15197 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and 15231 following ASL operators: LEqual, LGreater, LLess, LGreaterEqual, and
|