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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 1 //===- MCAsmLayout.h - Assembly Layout Object -------------------*- C++ -*-===//
21 /// Encapsulates the layout of an assembly file at a particular point in time.
23 /// Assembly may requiring compute multiple layouts for a particular assembly
26 /// efficiently compute the exact addresses of any symbol in the assembly file,
  /external/swiftshader/third_party/LLVM/test/lib/
llvm2cpp.exp 4 # all the LLVM Assembly (*.ll) files, run llvm2cpp on them to generate a C++
32 set assembly [file join Output $filename.asm]
51 exec -keepnewline $llvmas < $test -o - | $llvmdis -o $assembly 2>/dev/null } msg ]
60 exec -keepnewline $llvmas < $assembly > $bytecode 2>/dev/null } msg ]
90 exec -keepnewline diff $assembly $output } msg ]
  /frameworks/minikin/tests/data/
Ko.ttx 168 <contour></contour><instructions><assembly></assembly></instructions>
172 <contour></contour><instructions><assembly></assembly></instructions>
175 <contour></contour><instructions><assembly></assembly></instructions>
178 <contour></contour><instructions><assembly></assembly></instructions>
181 <contour></contour><instructions><assembly></assembly></instructions
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
cris.h 98 GOT. Assembly syntax: "sym:GDGOTREL". */
105 external global variables and functions). Assembly syntax:
111 -shared. Assembly syntax: "sym:GD". */
126 to module-local symbols. Assembly syntax: "expr:DTPREL". */
132 as the instruction where this relocation is used.) Assembly
139 GOT-relative offset of the slot. Assembly syntax:
145 the DSO to 32768/4. Assembly syntax: "sym:TPOFFGOT16". */
151 as input when generating a DSO. Assembly syntax:
160 where this relocation is applied.) Assembly syntax:
171 -shared. Assembly syntax: "sym:IE". *
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 210 if hasattr(self, "assembly"):
211 del self.assembly
213 def fromAssembly(self, assembly):
214 self.assembly = assembly
224 if not hasattr(self, "assembly"):
226 return self.assembly
230 assembly = self.getAssembly()
231 writer.begintag("assembly")
234 nInstr = len(assembly)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRReader.h 11 // Bitcode and Assembly, automatically detecting the input format.
14 // library dependencies, since they reference both Bitcode and Assembly
23 #include "llvm/Assembly/Parser.h"
33 /// parse it as LLVM Assembly and return a fully populated Module. This
56 /// attempt to parse it as LLVM Assembly and return a fully populated
72 /// for it. Otherwise, attempt to parse it as LLVM Assembly and return
93 /// Otherwise, attempt to parse it as LLVM Assembly and return a Module
  /prebuilts/misc/common/robolectric/lib/
httpcomponents-client-4.0.3.pom 112 <artifactId>maven-assembly-plugin</artifactId>
115 <descriptor>src/main/assembly/bin.xml</descriptor>
116 <descriptor>src/main/assembly/osgi-bin.xml</descriptor>
117 <descriptor>src/main/assembly/bin-with-deps.xml</descriptor>
118 <descriptor>src/main/assembly/src.xml</descriptor>
128 <ant antfile="src/main/assembly/build.xml">
132 <ant antfile="src/main/assembly/build.xml">
136 <ant antfile="src/main/assembly/build.xml">
140 <ant antfile="src/main/assembly/build.xml">
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.0.1/
httpcomponents-client-4.0.1.pom 118 <artifactId>maven-assembly-plugin</artifactId>
121 <descriptor>src/main/assembly/bin.xml</descriptor>
122 <descriptor>src/main/assembly/osgi-bin.xml</descriptor>
123 <descriptor>src/main/assembly/bin-with-deps.xml</descriptor>
124 <descriptor>src/main/assembly/src.xml</descriptor>
134 <ant antfile="src/main/assembly/build.xml">
138 <ant antfile="src/main/assembly/build.xml">
142 <ant antfile="src/main/assembly/build.xml">
146 <ant antfile="src/main/assembly/build.xml">
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.0.3/
httpcomponents-client-4.0.3.pom 112 <artifactId>maven-assembly-plugin</artifactId>
115 <descriptor>src/main/assembly/bin.xml</descriptor>
116 <descriptor>src/main/assembly/osgi-bin.xml</descriptor>
117 <descriptor>src/main/assembly/bin-with-deps.xml</descriptor>
118 <descriptor>src/main/assembly/src.xml</descriptor>
128 <ant antfile="src/main/assembly/build.xml">
132 <ant antfile="src/main/assembly/build.xml">
136 <ant antfile="src/main/assembly/build.xml">
140 <ant antfile="src/main/assembly/build.xml">
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
default.build 11 <property name="assembly.name" value="${name}.dll" />
16 <echo message="Building project: '${name}' version ${version} ==> '${assembly.name}'"/>
48 output="${build.working.dir}/${assembly.name}"
  /external/llvm/docs/HistoricalNotes/
2001-02-13-Reference-MemoryResponse.txt 26 > 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
  /external/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 10 // Clients of the assembly writer can use this interface to add their own
11 // special-purpose annotations to LLVM assembly language printouts. Note that
12 // the assembly parser won't be able to parse these, in general, so
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 1 //===- AsmLexer.h - Lexer for Assembly Files --------------------*- C++ -*-===//
10 // This class declares the lexer for assembly files.
26 /// AsmLexer - Lexer class for assembly files.
  /external/llvm/lib/Target/BPF/
BPFAsmPrinter.cpp 1 //===-- BPFAsmPrinter.cpp - BPF LLVM assembly writer ----------------------===//
11 // of machine-dependent LLVM code to the BPF assembly language.
41 const char *getPassName() const override { return "BPF Assembly Printer"; }
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyTargetStreamer.h 12 /// These are for implementing support for target-specific assembly directives.
27 /// WebAssembly-specific assembly directives.
48 /// This part is for ascii assembly output
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2001-02-13-Reference-MemoryResponse.txt 26 > 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
  /external/swiftshader/third_party/LLVM/include/llvm/Assembly/
AssemblyAnnotationWriter.h 10 // Clients of the assembly writer can use this interface to add their own
11 // special-purpose annotations to LLVM assembly language printouts. Note that
12 // the assembly parser won't be able to parse these, in general, so
Writer.h 1 //===-- llvm/Assembly/Writer.h - Printer for LLVM assembly files --*- C++ -*-=//
11 // This library is used to print LLVM assembly language files to an iostream. It
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
AsmLexer.h 1 //===- AsmLexer.h - Lexer for Assembly Files --------------------*- C++ -*-===//
10 // This class declares the lexer for assembly files.
29 /// AsmLexer - Lexer class for assembly files.
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsAsmPrinter.h 1 //===-- MipsAsmPrinter.h - Mips LLVM assembly writer ----------------------===//
10 // Mips Assembly printer class.
39 return "Mips Assembly Printer";
  /frameworks/base/core/tests/coretests/assets/fonts/
HintedAdvanceWidthTest-Regular.ttx 147 <assembly>
148 </assembly>
152 <assembly>
153 </assembly>
176 <instructions><assembly>
186 </assembly></instructions>
204 <instructions><assembly>
213 </assembly></instructions>
253 <instructions><assembly>
258 </assembly></instructions
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/
nacl_amd64p32.txt 16 runtime/sys_nacl_amd64p32.s: [amd64p32] cannot check cross-package assembly function: naclWrite is in package syscall
17 runtime/sys_nacl_amd64p32.s: [amd64p32] cannot check cross-package assembly function: now is in package syscall
26 runtime/asm_amd64p32.s: [amd64p32] cannot check cross-package assembly function: Compare is in package bytes
  /prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/
nacl_amd64p32.txt 16 runtime/sys_nacl_amd64p32.s: [amd64p32] cannot check cross-package assembly function: naclWrite is in package syscall
17 runtime/sys_nacl_amd64p32.s: [amd64p32] cannot check cross-package assembly function: now is in package syscall
26 runtime/asm_amd64p32.s: [amd64p32] cannot check cross-package assembly function: Compare is in package bytes
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.pom 69 <artifactId>maven-assembly-plugin</artifactId>
72 <descriptor>assembly.xml</descriptor>
77 <id>make-assembly</id>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_msvc9compiler.py 12 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
37 </assembly>
42 <assembly xmlns="urn:schemas-microsoft-com:asm.v1"
62 </assembly>"""

Completed in 1802 milliseconds

1 2 3 4 5 6 7 8 91011>>