Searched refs:ASL (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Arg.cpp | 74 ArgStringList ASL; in getAsString() local 75 render(Args, ASL); in getAsString() 76 OS << llvm::interleaved(ASL, " "); in getAsString()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 13 Enhanced the ASL compiler and disassembler with External() deduplication, alias node support, impro… 192 Fixed a problem with the ASL/AML Timer() operator. Discovered by UBSAN: 358 For the ASL Sleep() operator, issue a warning if the sleep value is 538 Note: For existing ASL/projects, these warnings may be disabled by 660 ASL test suite (ASLTS): Updated all copyrights to 2021. 763 pathname for each namespace node, its type, and the ASL filename and line 770 iASL: Use StringLiteral instead of StringData for some ASL macros. The 776 The following ASL operators (macros) are affected: 905 This change allows the following ASL code to compile (When DEV0 is not 1014 operators. The disassembler is intended to emit existing ASL code as-is. [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 | 814 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local 817 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() 823 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 | 1852 llvm::opt::ArgStringList ASL; in printArgList() local 1859 A->render(Args, ASL); in printArgList() 1862 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList() 1863 if (I != ASL.begin()) in printArgList()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 2104 ArgStringList ASL; in ParseCodeGenArgs() local 2105 A->render(Args, ASL); in ParseCodeGenArgs() 2106 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 | 301 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2354 ArgStringList ASL; in DumpCompilationDatabase() local 2355 A->render(Args, ASL); in DumpCompilationDatabase() 2356 for (auto &it: ASL) in DumpCompilationDatabase()
|