Searched refs:ASL (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Arg.cpp | 73 ArgStringList ASL; in getAsString() local 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()
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2620 of existing ASL files to ASL+ (ASL 2.0). Erik Schmauss. 4234 2) Overview of symbolic operator support for ASL (ASL+) 4261 ASL+ Syntax Legacy ASL Equivalent 4310 Legacy ASL: 4338 Legacy ASL: 7454 ASL 10441 ASL 12381 ASL 12573 ASL 13634 ASL [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | fastmath_dlib_asm.S | 121 mantexpa = ASL(lmant, k) 256 mantexpa = ASL(lmant, k)
|
| H A D | fastmath2_dlib_asm.S | 108 mantexpa = ASL(lmant, k) 209 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-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 780 unsigned int ASL = GEPL->getPointerAddressSpace(); in cmpGEPs() local 783 if (int Res = cmpNumbers(ASL, ASR)) in cmpGEPs() 789 unsigned OffsetBitWidth = DL.getIndexSizeInBits(ASL); in cmpGEPs()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1527 llvm::opt::ArgStringList ASL; in printArgList() local 1534 A->render(Args, ASL); in printArgList() 1537 for (auto I = ASL.begin(), E = ASL.end(); I != E; ++I) { in printArgList() 1538 if (I != ASL.begin()) in printArgList()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1911 ArgStringList ASL; in ParseCodeGenArgs() local 1912 A->render(Args, ASL); in ParseCodeGenArgs() 1913 for (const auto &arg : ASL) { in ParseCodeGenArgs()
|
| /freebsd-14.2/contrib/openbsm/ |
| H A D | NEWS | 158 - For Mac OS X, we use ASL(3) instead of syslog(3) for logging.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 302 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 2397 ArgStringList ASL; in DumpCompilationDatabase() local 2398 A->render(Args, ASL); in DumpCompilationDatabase() 2399 for (auto &it: ASL) in DumpCompilationDatabase()
|