Searched refs:ASL (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | Arg.cpp | 73 ArgStringList ASL; in getAsString() 74 render(Args, ASL); in getAsString() 76 it = ASL.begin(), ie = ASL.end(); it != ie; ++it) { in getAsString() 77 if (it != ASL.begin()) in getAsString() 75 ArgStringList ASL; getAsString() local
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 85 Fixed a problem with the ASL/AML Timer() operator. Discovered by UBSAN: ?array-index-out-of-bounds … 226 For the ASL Sleep() operator, issue a warning if the sleep value is 406 Note: For existing ASL/projects, these warnings may be disabled by 528 ASL test suite (ASLTS): Updated all copyrights to 2021. 631 pathname for each namespace node, its type, and the ASL filename and line 638 iASL: Use StringLiteral instead of StringData for some ASL macros. The 644 The following ASL operators (macros) are affected: 773 This change allows the following ASL code to compile (When DEV0 is not 882 operators. The disassembler is intended to emit existing ASL code as-is. 886 parsing for create operators in order to complete parsing ASL termlists. [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | fastmath2_dlib_asm.S | 108 mantexpa = ASL(lmant, k) 209 mantexpa = ASL(lmant, k)
|
H A D | fastmath_dlib_asm.S | 121 mantexpa = ASL(lmant, k) 256 mantexpa = ASL(lmant, k)
|
H A D | fastmath2_ldlib_asm.S | 104 lmant = ASL(lmant, k)
|
H A D | dfdiv.S | 168 DIV_ITER1B(ASL,14,15,)
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 800 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local 803 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() 809 unsigned OffsetBitWidth = DL.getIndexSizeInBits(ASL); in cmpGEPs()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | intel | 306 # vendor ID for the ASL Compiler like: INTL MSFT ... 308 # revision number of the ASL Compiler like: 20051117 20140724 20190703 20200110 ...
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1552 llvm::opt::ArgStringList ASL; in printArgList() local 1559 A->render(Args, ASL); in printArgList() 1562 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList() 1563 if (I != ASL.begin()) in printArgList()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1989 ArgStringList ASL; in ParseCodeGenArgs() local 1990 A->render(Args, ASL); in ParseCodeGenArgs() 1991 for (const auto &arg : ASL) { in ParseCodeGenArgs()
|
/freebsd/contrib/openbsm/ |
H A D | NEWS | 158 - For Mac OS X, we use ASL(3) instead of syslog(3) for logging.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.td | 302 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 2477 ArgStringList ASL; in DumpCompilationDatabase() local 2478 A->render(Args, ASL); in DumpCompilationDatabase() 2479 for (auto &it: ASL) in DumpCompilationDatabase()
|