Home
last modified time | relevance | path

Searched refs:assembly (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/Properties/
H A DAssemblyInfo.cs10 [assembly: AssemblyTitle("ClangFormat")]
11 [assembly: AssemblyDescription("")]
12 [assembly: AssemblyConfiguration("")]
13 [assembly: AssemblyCompany("LLVM")]
14 [assembly: AssemblyProduct("ClangFormat")]
15 [assembly: AssemblyCopyright("")]
16 [assembly: AssemblyTrademark("")]
17 [assembly: AssemblyCulture("")]
18 [assembly: ComVisible(false)]
19 [assembly: CLSCompliant(false)]
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs9 [assembly: AssemblyTitle("DotZLib")]
10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("Henrik Ravn")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]
29 [assembly: AssemblyVersion("1.0.*")]
56 [assembly: AssemblyDelaySign(false)]
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs9 [assembly: AssemblyTitle("DotZLib")]
10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("Henrik Ravn")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]
29 [assembly: AssemblyVersion("1.0.*")]
56 [assembly: AssemblyDelaySign(false)]
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs9 [assembly: AssemblyTitle("DotZLib")]
10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("Henrik Ravn")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]
29 [assembly: AssemblyVersion("1.0.*")]
56 [assembly: AssemblyDelaySign(false)]
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs9 [assembly: AssemblyTitle("DotZLib")]
10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("Henrik Ravn")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]
29 [assembly: AssemblyVersion("1.0.*")]
56 [assembly: AssemblyDelaySign(false)]
[all …]
/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DAssemblyInfo.cs9 [assembly: AssemblyTitle("DotZLib")]
10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
11 [assembly: AssemblyConfiguration("")]
12 [assembly: AssemblyCompany("Henrik Ravn")]
13 [assembly: AssemblyProduct("")]
14 [assembly: AssemblyCopyright("(c) 2004 by Henrik Ravn")]
15 [assembly: AssemblyTrademark("")]
16 [assembly: AssemblyCulture("")]
29 [assembly: AssemblyVersion("1.0.*")]
56 [assembly: AssemblyDelaySign(false)]
[all …]
/netbsd-src/external/public-domain/sqlite/dist/
H A DReplace.cs26 [assembly: AssemblyTitle("Replace Tool")]
27 [assembly: AssemblyDescription("Replace text using standard input/output.")]
28 [assembly: AssemblyCompany("SQLite Development Team")]
29 [assembly: AssemblyProduct("SQLite")]
30 [assembly: AssemblyCopyright("Public Domain")]
31 [assembly: ComVisible(false)]
32 [assembly: Guid("95a0513f-8863-48cd-a76f-cb80868cb578")]
33 [assembly: AssemblyVersion("1.0.*")]
36 [assembly: AssemblyConfiguration("Debug")]
38 [assembly: AssemblyConfiguration("Release")]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/
H A DNTMakefile40 # Third party plugins must be added to the assembly
41 # Permit third party assembly scripts
47 !if exist(..\thirdparty\assembly\NTMakefile)
48 assembly=..\thirdparty\assembly
50 assembly=..\packages\windows\assembly
55 kadm5 $(dir_otp) $(dir_dce) $(plugin) $(assembly)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/docs/
H A DAssemblyTests.md4 purpose in to affect assembly generation, including `DoNotOptimize`
6 such as `KeepRunning`, for which generating good assembly is paramount.
20 * Write the code you want to generate assembly for.
21 * Add `// CHECK` lines to match against the verified assembly.
41 is used to test the generated assembly against the `// CHECK` lines
50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-…
56 * The assembly output is further cleaned up using `tools/strip_asm.py`.
60 * The generated and stripped assembly file for a test is output under
109 Often tests require testing assembly lines which may subtly differ
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/docs/
H A DAssemblyTests.md4 purpose in to affect assembly generation, including `DoNotOptimize`
6 such as `KeepRunning`, for which generating good assembly is paramount.
20 * Write the code you want to generate assembly for.
21 * Add `// CHECK` lines to match against the verified assembly.
41 is used to test the generated assembly against the `// CHECK` lines
50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-…
56 * The assembly output is further cleaned up using `tools/strip_asm.py`.
60 * The generated and stripped assembly file for a test is output under
109 Often tests require testing assembly lines which may subtly differ
/netbsd-src/share/examples/asm/
H A DREADME3 This directory contains example programs written in assembly language
5 specific details of how to write assembly code on a given platform;
6 they are not supposed to teach assembly (although they might have this
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-13-Reference-Memory.txt26 2. Our "implicit" memory references in assembly language:
30 no way to represent this in either the bytecode or assembly.
31 B. When parsing assembly/bytecode, we effectively have to do a full
35 I'm tempted to make memory references explicit in both the assembly and
/netbsd-src/external/apache2/llvm/autoconf/include/llvm/Config/
H A DDisassemblers.def.in10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
H A DAsmParsers.def.in10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
H A DAsmPrinters.def.in10 |* This file enumerates all of the assembly-language printers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly printers. *|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Config/
H A DAsmParsers.def.in10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
H A DDisassemblers.def.in10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
H A DAsmPrinters.def.in10 |* This file enumerates all of the assembly-language printers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly printers. *|
/netbsd-src/external/apache2/llvm/config/llvm/Config/
H A DDisassemblers.def10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
H A DAsmParsers.def10 |* This file enumerates all of the assembly-language parsers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly parsers. *|
H A DAsmPrinters.def10 |* This file enumerates all of the assembly-language printers *|
13 |* single parameter (the name of the target whose assembly can be *|
15 |* targets with assembly printers. *|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMarkedUpDisassembly.rst20 To provide this functionality the assembly text is marked up with annotations.
44 Annotated assembly display will supply contextual markup to help clients more
49 Annotated assembly goes through the normal instruction printer, but optionally
78assembly dialects in which '<' and/or '>' are legal tokens, a literal token is escaped by followin…
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A DOpts.td39 HelpText<"Use ATT syntax for output assembly">;
41 HelpText<"Show instruction encodings in output assembly">;
44 "assembly">;
49 "assembly">;
51 HelpText<"Preserve comments in output assembly">;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllc.rst14 The :program:`llc` command compiles LLVM source inputs into assembly language
15 for a specified architecture. The assembly language output can then be passed
18 The choice of architecture for the output assembly code is automatically
26 Otherwise, it will from ``filename``. Inputs can be in either the LLVM assembly
64 Specify the architecture for which to generate assembly, overriding the target
82 for textual assembly ( ``'.s'``), ``obj`` for native object files (``'.o'``)
210 Specify whether to emit assembly code in AT&T syntax (the default) or Intel
/netbsd-src/tools/binstall/
H A Dmkmanifest14 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
26 </assembly>

12345678910>>...28