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

<<21222324252627282930>>

  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaAsmPrinter.cpp 1 //===-- AlphaAsmPrinter.cpp - Alpha LLVM assembly writer ------------------===//
11 // of machine-dependent LLVM code to GAS-format Alpha assembly language.
21 #include "llvm/Assembly/Writer.h"
43 return "Alpha Assembly Printer";
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 1 //===-- MSP430AsmPrinter.cpp - MSP430 LLVM assembly writer ----------------===//
11 // of machine-dependent LLVM code to the MSP430 assembly language.
24 #include "llvm/Assembly/Writer.h"
46 return "MSP430 Assembly Printer";
  /external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 1 //===-- X86ATTInstPrinter.cpp - AT&T assembly instruction printing --------===//
11 // assembly.
28 // Include the auto-generated portion of the assembly writer.
48 // If verbose assembly is enabled, we can print some informative comments.
X86IntelInstPrinter.cpp 1 //===-- X86IntelInstPrinter.cpp - AT&T assembly instruction printing ------===//
11 // assembly.
27 // Include the auto-generated portion of the assembly writer.
39 // If verbose assembly is enabled, we can print some informative comments.
  /external/swiftshader/third_party/LLVM/test/Feature/
constpointer.ll 9 ; assembly and disassembly.
  /external/swiftshader/third_party/LLVM/test/Integer/
constpointer_bt.ll 9 ; assembly and disassembly.
  /external/swiftshader/third_party/LLVM/test/MC/COFF/
module-asm.ll 1 ; The purpose of this test is to verify that various module level assembly
switch-relocations.ll 6 ; This test has yet to be converted to assembly becase llvm-mc cannot read
  /external/swiftshader/third_party/LLVM/test/Other/
extract.ll 8 ; from bitcode files in addition to assembly files.
  /external/swiftshader/third_party/LLVM/tools/llvm-as/
llvm-as.cpp 20 #include "llvm/Assembly/Parser.h"
47 DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden);
107 << ": assembly parsed, but does not verify as correct!\n";
113 if (DumpAsm) errs() << "Here's the assembly:\n" << *M.get();
  /external/syslinux/gpxe/src/include/
assert.h 27 * completely unrelated calls; it's only at the assembly stage that
  /external/tremolo/
Android.mk 26 # Assembly code in asm_arm.h does not compile with Clang.
  /external/zlib/src/contrib/masmx64/
readme.txt 8 assembly optimized version from Jean-loup Gailly original longest_match function
  /frameworks/minikin/tests/data/
MultiAxis.ttx 159 <contour></contour><instructions><assembly></assembly></instructions>
163 <contour></contour><instructions><assembly></assembly></instructions>
NoCmapFormat14.ttx 160 <contour></contour><instructions><assembly></assembly></instructions>
164 <contour></contour><instructions><assembly></assembly></instructions>
  /hardware/intel/common/utils/ituxd/
Android.mk 19 # to only building on ARM if they include assembly. Individual makefiles
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 19 # to only building on ARM if they include assembly. Individual makefiles
  /prebuilts/go/darwin-x86/pkg/include/
asm_ppc64x.h 17 // bytes of stack. This mostly affects assembly that calls other functions
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
location.go 11 Name() string // name to use in assembly templates: %rax, 16(%rsp), ...
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/
asm.go 7 // This file contains declarations to test the assembly in test_asm.s.
  /prebuilts/go/darwin-x86/src/math/big/
arith_mips64x.s 9 // This file provides fast assembly versions for the elementary
arith_mipsx.s 9 // This file provides fast assembly versions for the elementary
arith_ppc64le.s 9 // This file provides fast assembly versions for the elementary
  /prebuilts/go/darwin-x86/src/runtime/
asm_ppc64x.h 17 // bytes of stack. This mostly affects assembly that calls other functions
noasm.go 5 // Routines that are implemented in assembly in asm_{amd64,386,arm,arm64,ppc64x,s390x}.s

Completed in 480 milliseconds

<<21222324252627282930>>