Home
last modified time | relevance | path

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

12345678910>>...16

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Support/BLAKE3/
H A DCMakeLists.txt18 # The BLAKE3 team recommends using the assembly versions, from the README:
21 # three flavors of assembly (Unix, Windows MSVC, and Windows GNU) and one
22 # version using C intrinsics. The assembly versions are generally
61 # To accomodate this configuration we include these assembly files without a
/openbsd-src/gnu/llvm/llvm/include/llvm/Config/
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. *|
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. *|
/openbsd-src/gnu/llvm/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
H A D2001-02-13-Reference-MemoryResponse.txt26 > 2. Our "implicit" memory references in assembly language:
34 > no way to represent this in either the bytecode or assembly.
35 > B. When parsing assembly/bytecode, we effectively have to do a full
/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A DOpts.td45 HelpText<"Use ATT syntax for output assembly">;
47 HelpText<"Show instruction encodings in output assembly">;
50 "assembly">;
55 "assembly">;
57 HelpText<"Preserve comments in output assembly">;
61 HelpText<"Specify the assembly timestamp (used for @Date and "
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dt-r390037 # toplev.c (new switches + assembly output changes)
41 # final.c (assembly output changes)
42 # varasm.c (assembly output changes)
H A Dt-ecoff34 # toplev.c (new switches + assembly output changes)
38 # final.c (assembly output changes)
39 # varasm.c (assembly output changes)
H A Dt-elf47 # toplev.c (new switches + assembly output changes)
51 # final.c (assembly output changes)
52 # varasm.c (assembly output changes)
H A Dt-isa326448 # toplev.c (new switches + assembly output changes)
52 # final.c (assembly output changes)
53 # varasm.c (assembly output changes)
H A Dt-sr71k59 # toplev.c (new switches + assembly output changes)
63 # final.c (assembly output changes)
64 # varasm.c (assembly output changes)
/openbsd-src/gnu/llvm/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
27 assembly language format (``.ll``) or the LLVM bitcode format (``.bc``).
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
/openbsd-src/gnu/gcc/gcc/doc/
H A Dbugreport.texi37 @cindex invalid assembly code
38 @cindex assembly code, invalid
40 If the compiler produces invalid assembly code, for any input whatever
49 If the compiler produces valid assembly code that does not correctly
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dbugreport.texi37 @cindex invalid assembly code
38 @cindex assembly code, invalid
40 If the compiler produces invalid assembly code, for any input whatever
49 If the compiler produces valid assembly code that does not correctly
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DGlobalSuppressions.cs11 [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1017:MarkAssembli…
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/tls/
H A Dtls.exp26 "$srcdir/$subdir/trivial.C" "trivial.S" assembly ""]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/
H A Dtls.exp26 "$srcdir/$subdir/trivial.c" "trivial.S" assembly ""]
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-mips.texi21 For an overview of @sc{mips} assembly conventions, see ``Appendix D:
82 instruction sets during the assembly; see @ref{MIPS ISA, Directives to
105 @samp{.set mips16} at the start of the assembly file. @samp{-no-mips16}
281 the startup code). @sc{mips} @sc{ecoff} assembly code must not modify the
296 assembly language programmers!
309 assembly. @code{.set mips@var{n}} affects not only which instructions
374 in the assembly. The @code{.set nomips3d} directive prevents MIPS-3D
382 in the assembly. The @code{.set nomdmx} directive prevents MDMX
/openbsd-src/regress/sys/arch/amd64/fpu/
H A DREADME5 Load the FPU enviroment directy after exec with an assembly program.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/debug/
H A Ddebug.exp30 "$srcdir/$subdir/trivial.C" "trivial.S" assembly \
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mips.texi21 For an overview of @sc{mips} assembly conventions, see ``Appendix D:
83 instruction sets during the assembly; see @ref{MIPS ISA, Directives to
106 @samp{.set mips16} at the start of the assembly file. @samp{-no-mips16}
315 the startup code). @sc{mips} @sc{ecoff} assembly code must not modify the
330 assembly language programmers!
398 assembly. @code{.set mips@var{n}} affects not only which instructions
463 in the assembly. The @code{.set nomips3d} directive prevents MIPS-3D
471 in the assembly. The @code{.set nomdmx} directive prevents MDMX
479 in the assembly. The @code{.set nodsp} directive prevents DSP
487 in the assembly. The @code{.set nomt} directive prevents MT
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/
H A Ddebug.exp30 "$srcdir/$subdir/trivial.c" "trivial.S" assembly \

12345678910>>...16