Searched
full:assembly (Results
926 -
950 of
2972) sorted by null
<<31323334353637383940>>
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUAsmPrinter.cpp | 10 // The AMDGPUAsmPrinter is used to print both assembly string and also binary 11 // code. When passed an MCAsmStreamer it prints assembly and when passed
|
/external/nanopb-c/tools/ |
make_windows_package.sh | 37 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 41 </assembly>
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
2003-06-26-Reoptimizer2.txt | 61 3. Run llc to generate SPARC assembly code for the result of step 2.
62 4. Use g++ to link the (instrumented) assembly code.
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCDisassembler.h | 26 /// and provides an array of assembly instructions. 105 // The assembly context for creating symbols and MCExprs in place of
|
MCStreamer.h | 127 /// @name Assembly File Formatting. 130 /// isVerboseAsm - Return true if this streamer supports verbose assembly 141 /// verbose assembly output is enabled. 293 /// value in the current context. For the assembly streamer, this prints the 565 /// EmitRawText - If this file is backed by a assembly streamer, this dumps 593 /// assembly for the native target, suitable for compiling with a native 601 /// encoding inline with the assembly. This method takes ownership of \arg CE. 608 /// the assembly.
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
TargetSelect.h | 33 // Declare all of the available assembly printer initialization functions. 37 // Declare all of the available assembly parser initialization functions.
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
X86MCAsmInfo.cpp | 33 cl::values(clEnumValN(ATT, "att", "Emit AT&T-style assembly"), 34 clEnumValN(Intel, "intel", "Emit Intel-style assembly"),
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
llvm-dis.cpp | 25 #include "llvm/Assembly/AssemblyAnnotationWriter.h"
177 // All that llvm-dis does is write the assembly to a file.
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
JITTest.cpp | 13 #include "llvm/Assembly/Parser.h" 181 bool LoadAssemblyInto(Module *M, const char *assembly) { 184 NULL != ParseAssemblyString(assembly, M, Error, M->getContext()); 205 void LoadAssembly(const char *assembly) { 206 LoadAssemblyInto(M, assembly); 659 // Converts the LLVM assembly to bitcode and returns it in a std::string. An 661 std::string AssembleToBitcode(LLVMContext &Context, const char *Assembly) { 663 if (!LoadAssemblyInto(&TempModule, Assembly)) {
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
TableGen.cpp | 75 "Generate assembly writer"), 83 "Generate assembly instruction matcher"),
|
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/ |
hidemem.c | 41 * This structure is accessed by assembly code, so must not be 63 /** Assembly routine in e820mangler.S */
|
/external/syslinux/gpxe/src/arch/i386/include/ |
libkir.h | 6 #ifndef ASSEMBLY 231 #endif /* ASSEMBLY */
|
librm.h | 22 #ifndef ASSEMBLY 204 #endif /* ASSEMBLY */
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
unnrv2b.S | 12 * - Converted to gas assembly, and refitted to work with etherboot. 33 * The same basic assembly code is used to compile both
|
/external/syslinux/gpxe/src/include/gpxe/efi/X64/ |
ProcessorBind.h | 210 /// x64. Warning the assembly code in the MDE x64 does not follow the correct 234 // For symbol name in GNU assembly code, an extra "_" is necessary
|
/frameworks/minikin/tests/data/ |
NoGlyphFont.ttx | 156 <contour></contour><instructions><assembly></assembly></instructions>
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/ |
decentxml-1.3.pom | 128 <artifactId>maven-assembly-plugin</artifactId> 138 <id>make-assembly</id>
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
plist.go | 59 // in C and assembly functions; that information is inferred 133 // Add reference to Go arguments for C or assembly functions without them.
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
doc.go | 39 Assembly declarations 43 Mismatches between assembly files and Go function declarations.
|
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5block_386.s | 5 // Translated from Perl generating GNU assembly into 6 // #defines generating 8a assembly, and adjusted for 386,
|
md5block_amd64.s | 5 // Translated from Perl generating GNU assembly into 6 // #defines generating 6a assembly by the Go Authors.
|
md5block_amd64p32.s | 5 // Translated from Perl generating GNU assembly into 6 // #defines generating 6a assembly by the Go Authors.
|
/prebuilts/go/darwin-x86/src/math/ |
sqrt.go | 94 // Note: Sqrt is implemented in assembly on some systems. 95 // Others have assembly stubs that jump to func sqrt below.
|
/prebuilts/go/darwin-x86/src/reflect/ |
makefunc.go | 69 // makeFuncStub is an assembly function that is the code half of 130 // methodValueCall is an assembly function that is the code half of
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
plist.go | 59 // in C and assembly functions; that information is inferred 133 // Add reference to Go arguments for C or assembly functions without them.
|
Completed in 796 milliseconds
<<31323334353637383940>>