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

1 2 3 4 5 67 8 91011>>

  /frameworks/minikin/tests/data/
Emoji.ttx 176 <contour></contour><instructions><assembly></assembly></instructions>
180 <contour></contour><instructions><assembly></assembly></instructions>
183 <contour></contour><instructions><assembly></assembly></instructions>
186 <contour></contour><instructions><assembly></assembly></instructions>
189 <contour></contour><instructions><assembly></assembly></instructions
    [all...]
ZhHant.ttx 179 <contour></contour><instructions><assembly></assembly></instructions>
182 <contour></contour><instructions><assembly></assembly></instructions>
185 <contour></contour><instructions><assembly></assembly></instructions>
188 <contour></contour><instructions><assembly></assembly></instructions>
191 <contour></contour><instructions><assembly></assembly></instructions
    [all...]
  /external/clang/test/Sema/
ms-inline-asm.c 5 __asm __asm // expected-error {{__asm used with no assembly instructions}}
72 // expected-Xerror@+1 {{cannot reference multiple local variables in assembly operand}}
121 foo: // expected-note {{inline assembly label 'foo' declared here}}
124 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
128 __asm foo: // expected-note {{inline assembly label 'foo' declared here}}
130 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
134 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
136 foo: // expected-note {{inline assembly label 'foo' declared here}}
142 goto foo; // expected-error {{cannot jump from this goto statement to label 'foo' inside an inline assembly block}}
143 __asm foo: // expected-note {{inline assembly label 'foo' declared here}
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
mature-mc-support.ll 1 ; Test that inline assembly is parsed by the MC layer when MC support is mature
2 ; (even when the output is assembly).
4 ; so we only test that -filetype=obj tries to parse the assembly.
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.h 1 //===-- AMDGPUAsmPrinter.h - Print AMDGPU assembly code -------------------===//
10 // AMDGPU Assembly printer class.
30 return "AMDGPU Assembly Printer";
  /external/objenesis/main/
pom.xml 69 <artifactId>maven-assembly-plugin</artifactId>
73 <descriptor>assembly.xml</descriptor>
78 <id>make-assembly</id>
  /external/syslinux/gpxe/src/arch/i386/include/
undi.h 12 #ifndef ASSEMBLY
19 * This structure is used by assembly code as well as C; do not alter
86 #endif /* ASSEMBLY */
  /external/zlib/src/contrib/asm686/
README.686 2 Pentium-Pro-optimized assembly code in the deflation algorithm. The
28 http://www.muppetlabs.com/~breadbox/software/assembly.html
39 I've been ignoring these assembly routines for years, believing that
  /prebuilts/go/darwin-x86/src/
cmp.bash 8 # assembly listings for packages built with different
14 # "go build <pkg>" assembly output for each package
53 echo "3) compare assembly files"
  /prebuilts/go/linux-x86/src/
cmp.bash 8 # assembly listings for packages built with different
14 # "go build <pkg>" assembly output for each package
53 echo "3) compare assembly files"
  /prebuilts/misc/common/robolectric/lib/
objenesis-2.1.pom 57 <artifactId>maven-assembly-plugin</artifactId>
61 <descriptor>assembly.xml</descriptor>
66 <id>make-assembly</id>
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
spirv_tools_wrapper.cc 63 bool SpirvToolsAssemble(const string_piece assembly, spv_binary* binary,
72 spvTextToBinary(spvtools_context, assembly.data(), assembly.size(),
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.pom 57 <artifactId>maven-assembly-plugin</artifactId>
61 <descriptor>assembly.xml</descriptor>
66 <id>make-assembly</id>
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.4/
objenesis-2.4.pom 54 <artifactId>maven-assembly-plugin</artifactId>
58 <descriptor>assembly.xml</descriptor>
63 <id>make-assembly</id>
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.5/
objenesis-2.5.pom 69 <artifactId>maven-assembly-plugin</artifactId>
73 <descriptor>assembly.xml</descriptor>
78 <id>make-assembly</id>
  /external/boringssl/
crypto-sources.mk 7 # Do not add in the architecture-specific files if we don't want to build assembly
  /external/clang/test/CodeGen/
arm-asm-deprecated.c 7 // expected-note@1 {{instantiated into assembly here}}
arm-cortex-cpus.c 6 // only the build attributes in generated assembly and object files are affected.
x86-64-inline-asm.c 6 // expected-note@1 {{instantiated into assembly here}}
  /external/compiler-rt/lib/builtins/x86_64/
floatundisf.S 4 #include "../assembly.h"
  /external/compiler-rt/test/asan/TestCases/Linux/
asan-asm-stacktrace-test.cc 1 // Check that a stack unwinding algorithm works corretly even with the assembly
5 // RUN: %clangxx_asan -g -O1 %s -fno-inline-functions -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mllvm -asan-instrument-assembly -o %t && not %run %t 2>&1 | FileCheck %s
6 // RUN: %clangxx_asan -g -O1 %s -fno-inline-functions -fomit-frame-pointer -momit-leaf-frame-pointer -mllvm -asan-instrument-assembly -o %t && not %run %t 2>&1 | FileCheck %s
7 // RUN: %clangxx_asan -g0 -O1 %s -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-exceptions -fno-inline-functions -fomit-frame-pointer -momit-leaf-frame-pointer -mllvm -asan-instrument-assembly -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-nounwind
  /external/compiler-rt/test/tsan/
longjmp.cc 3 // Longjmp assembly has not been implemented for mips64 yet
longjmp2.cc 3 // Longjmp assembly has not been implemented for mips64 yet
  /external/llvm/device/include/llvm/Config/
AsmParsers.def 1 //===- llvm/Config/AsmParsers.def - LLVM Assembly Parsers -------*- C++ -*-===//
10 // 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.
AsmPrinters.def 1 //===- llvm/Config/AsmPrinters.def - LLVM Assembly Printers -----*- C++ -*-===//
10 // 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.

Completed in 4588 milliseconds

1 2 3 4 5 67 8 91011>>