Home
last modified time | relevance | path

Searched refs:ASL (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp73 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 Dchanges.txt2620 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 Dfastmath_dlib_asm.S121 mantexpa = ASL(lmant, k)
256 mantexpa = ASL(lmant, k)
H A Dfastmath2_dlib_asm.S108 mantexpa = ASL(lmant, k)
209 mantexpa = ASL(lmant, k)
H A Dfastmath2_ldlib_asm.S104 lmant = ASL(lmant, k)
H A Ddfdiv.S168 DIV_ITER1B(ASL,14,15,)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp780 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 Dintel306 # 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 DDriver.cpp1527 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 DCompilerInvocation.cpp1911 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 DNEWS158 - 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 DARCInstrInfo.td302 defm ASL : ArcBinaryEXT5Inst<0b000000, "asl">;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2397 ArgStringList ASL; in DumpCompilationDatabase() local
2398 A->render(Args, ASL); in DumpCompilationDatabase()
2399 for (auto &it: ASL) in DumpCompilationDatabase()