HomeSort by relevance Sort by last modified time
    Searched full:assembly (Results 351 - 375 of 2972) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.pom 31 mvn clean compile package site assembly:assembly deploy site:deploy
141 <artifactId>maven-assembly-plugin</artifactId>
144 <descriptor>src/assembly/assembly.xml</descriptor>
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
asm.h 29 * Assembly coding style
32 * aid in writing more readable assembly code.
33 * Some rules to make assembly code understandable by
  /external/boringssl/src/util/
diff_asm.go 58 fmt.Fprintf(os.Stderr, "Filter arguments limit to assembly files which match arguments.\n")
64 // Find all the assembly files.
84 fmt.Fprintf(os.Stderr, "Error finding assembly: %s\n", err)
  /external/libvpx/
lint_config.sh 50 # Concat header file and assembly file and select those ended with 0 or 1.
69 # Remove useless comma in gas style assembly file.
86 echo "Assembly file: $asm_file"
  /external/llvm/include/llvm/MC/
MCTargetOptionsCommandFlags.h 23 "asm-instrumentation", cl::desc("Instrumentation of inline assembly and "
24 "assembly source files"),
47 "assembly file"));
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h 1 //===-- AMDGPUAsmPrinter.h - Print AMDGPU assembly code ---------*- C++ -*-===//
11 /// \brief AMDGPU Assembly printer class.
112 return "AMDGPU Assembly Printer";
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCTargetAsmParser.h 1 //===-- llvm/MC/MCTargetAsmParser.h - Target Assembly Parser ----*- C++ -*-===//
24 /// MCTargetAsmParser - Generic interface to target specific assembly parsers.
54 /// ParseInstruction - Parse one assembly instruction.
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.h 1 //===-- X86AsmPrinter.h - Convert X86 LLVM code to assembly -----*- C++ -*-===//
10 // AT&T assembly code printer class.
43 return "X86 AT&T-Style Assembly Printer";
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
libspirv.hpp 53 // Assembles the given assembly |text| and writes the result to |binary|.
57 // Disassembles the given SPIR-V |binary| and returns the assembly. Returns
65 // Builds and returns a Module from the given SPIR-V assembly |text|.
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.pom 116 <artifactId>maven-assembly-plugin</artifactId>
120 <id>dist-assembly</id>
128 <descriptor>etc/assembly-all.xml</descriptor>
  /system/bt/stack/avrc/
avrc_int.h 129 /* type for Metadata re-assembly control block */
132 uint16_t rasm_offset; /* re-assembly flag, the offset of the start fragment */
133 uint8_t rasm_pdu; /* the PDU ID for re-assembly */
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xstormy16.texi 56 indicates that the assembly code makes use of 16-bit pointers.
61 indicates that the assembly code makes use of 32-bit pointers.
66 indicates that the assembly code does not makes use pointers.
  /external/llvm/include/llvm/MC/MCParser/
MCTargetAsmParser.h 1 //===-- llvm/MC/MCTargetAsmParser.h - Target Assembly Parser ----*- C++ -*-===//
85 /// MCTargetAsmParser - Generic interface to target specific assembly parsers.
108 /// ParsingInlineAsm - Are we parsing ms-style inline assembly?
112 /// ms-style inline assembly.
115 /// Set of options which affects instrumentation of inline assembly.
144 /// ParseInstruction - Parse one assembly instruction.
  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 33 const char *Assembly) {
35 std::unique_ptr<Module> M = parseAssemblyString(Assembly, Error, Context);
56 const char *Assembly) {
57 writeModuleToBuffer(parseAssembly(Context, Assembly), Mem);
84 const char *Assembly) {
85 writeModuleToBuffer(parseAssembly(Context, Assembly), Mem);
  /external/mesa3d/docs/
sourcetree.html 58 <li><b>ppc</b> - Assembly code/optimizations for PPC systems
61 <li><b>sparc</b> - Assembly code/optimizations for SPARC systems
81 <li><b>x86</b> - Assembly code/optimizations for 32-bit x86 systems
83 <li><b>x86-64</b> - Assembly code/optimizations for 64-bit x86 systems
105 <li><b>draw</b> - Software vertex processing and primitive assembly
119 <li><b>rtasm</b> - run-time assembly/machine code generation.
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
llc.pod 13 The B<llc> command compiles LLVM source inputs into assembly language for a
14 specified architecture. The assembly language output can then be passed through
17 The choice of architecture for the output assembly code is automatically
24 will from I<filename>. Inputs can be in either the LLVM assembly language
58 Specify the architecture for which to generate assembly, overriding the target
183 Specify whether to emit assembly code in AT&T syntax (the default) or intel
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
asm_test.go 21 // TestAssembly checks to make sure the assembly generated for
53 // returns the generated assembly. dir is a scratch directory.
82 // Now, compile the individual file for which we want to see the generated assembly.
109 // regexps that must match the generated assembly
258 // TestLineNumber checks to make sure the generated assembly has line numbers
281 t.Errorf("line number missing in assembly:\n%s", out)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
asm_test.go 21 // TestAssembly checks to make sure the assembly generated for
53 // returns the generated assembly. dir is a scratch directory.
82 // Now, compile the individual file for which we want to see the generated assembly.
109 // regexps that must match the generated assembly
258 // TestLineNumber checks to make sure the generated assembly has line numbers
281 t.Errorf("line number missing in assembly:\n%s", out)
  /external/clang/test/Frontend/
backend-diagnostic.c 26 // ASM: inline assembly requires more registers than available
29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
  /external/compiler-rt/lib/builtins/arm/
sync-ops.h 11 * operations. Different instantiations will generate appropriate assembly for
16 #include "../assembly.h"
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmTests.cpp 21 * \brief SPIR-V Assembly Tests
51 return createTestGroup(testCtx, "spirv_assembly", "SPIR-V Assembly tests", createChildren);
  /external/deqp/framework/referencerenderer/
design.txt 52 - replaces primitive assembly?
54 Primitive assembly:
  /external/libavc/encoder/
ime_distortion_metrics.h 143 /* assembly */
156 /* assembly - AV8 declarations */
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.h 10 // Hexagon Assembly printer class.
37 return "Hexagon Assembly Printer";
  /external/protobuf/ruby/
pom.xml 45 <artifactId>maven-assembly-plugin</artifactId>
56 <id>make-assembly</id>

Completed in 1936 milliseconds

<<11121314151617181920>>