Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/sqlite3/
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")]
/freebsd-14.2/lib/clang/include/llvm/Config/
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. *|
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 DTargetMCAs.def13 |* single parameter (the name of the target whose assembly can be *|
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A DREADME.md263 This implementation is just C and assembly files.
274 three flavors of assembly (Unix, Windows MSVC, and Windows GNU) and one
275 version using C intrinsics. The assembly versions are generally
278 assembly versions are x86\_64-only, and you need to select the right
/freebsd-14.2/crypto/openssl/crypto/cast/
H A Dbuild.info4 # CAST assembly source is not PIC
/freebsd-14.2/tools/tools/shlib-compat/
H A DREADME10 Syscalls in libc are implemented as assembly stubs and thus have no
/freebsd-14.2/crypto/openssl/
H A DFREEBSD-upgrade80 12) Re-generate the assembly files:
87 been added or removed. Keep in mind that the assembly files generated
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.td38 // These are also used a "types" in the generated assembly matcher.
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dti-8x25 >0x00003B byte 0x06 (assembly program)
78 >0x00003B byte 0x06 (assembly program)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td157 // Lower 16-bit pair registers in R0..R15, only used in inline assembly.
162 // Lower 16-bit pair registers in r16..r23, only used in inline assembly.
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m415 dnl This canonical name can be used to select a particular assembly language
43 dnl assembly language source files use such instructions, you will
46 dnl the entire family of CPUs. If you have assembly language source files
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td327 // assembly parser is responsible for converting this into a user-facing
332 // register class when it is being used as an assembly operand. If this is
334 // the assembly matcher will provide a function to map from diagnostic types
752 /// in the assembly matching table.
1493 // Subtargets can have multiple different assembly parsers (e.g. AT&T vs Intel
1534 // When 1, the assembly matcher returns a list of encodings that were close
1552 // AsmParserVariant - Subtargets can have multiple different assembly parsers
1559 // assembly language.
1646 /// InstAlias - This defines an alternate assembly syntax that is allowed to
1647 /// match an instruction that has a different (more canonical) assembly
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchLBTInstrFormats.td19 // assembly notation of these instructions. In fact, they always manipulate
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m460 #include "../assembly.h"
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td273 // for assembly and disassembly only.
341 // This is useful for assembly and disassembly only.
503 // parsing assembly, since we still have to truncate the register set in the QPR
/freebsd-14.2/contrib/libpcap/msdos/
H A Dreadme.dos19 Files specific to DOS are pcap-dos.[ch] and the assembly and C files in
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst95 the output of LTO compilation as LLVM bitcode or assembly.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td429 "invalid %% escape in inline assembly string">;
431 "unknown symbolic operand name in inline assembly string">;
434 "unterminated symbolic operand name in inline assembly string">;
436 "empty symbolic operand name in inline assembly string">;
H A DDiagnosticFrontendKinds.td21 def note_fe_inline_asm_here : Note<"instantiated into assembly here">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrFormats.td373 // Pseudo-instructions for alternate assembly syntax (never used by codegen).
/freebsd-14.2/crypto/openssl/util/
H A Dother.syms3 # assembly language, etc.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td281 // Moreover, there are four kinds of assembly instruction format.
325 // ASX format uses single assembly instruction format.
357 // AS format uses multiple assembly instruction formats
358 // 1. AS generic assembly instruction format:
370 // 2. AS RRM style assembly instruction format:
382 // 3. AS HM style assembly instruction format:
/freebsd-14.2/sys/contrib/libsodium/
H A DChangeLog456 - Stackmarkings have been added to assembly code, for Hardened Gentoo.
474 - optimized assembly version of salsa20 is now used on amd64.

1234