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

<<31323334353637383940>>

  /development/samples/ApiDemos/assets/fonts/
samplefont.ttx 141 <instructions><assembly></assembly></instructions>
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Exception.c 180 // Copy our assembly code into the page that contains the exception vectors.
184 // Patch in the common Assembly exception handler
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/
EfiBind.h 297 // For symbol name in GNU assembly code, an extra "_" is necessary
308 /// on symbols in assembly language.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/
EfiBind.h 246 // For symbol name in GNU assembly code, an extra "_" is necessary
257 /// on symbols in assembly language.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/
PlatformSecLib.c 30 Entry point to the C language phase of SEC. After the SEC assembly
61 Entry point to the C language phase of PlatformSecLib. After the SEC assembly
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/
pom.xml 140 <artifactId>maven-assembly-plugin</artifactId>
169 <id>make-assembly</id>
  /external/boringssl/src/
INCORPORATING.md 78 `OPENSSL_NO_ASM` prevents the use of assembly code (although it's up to you to
83 interact poorly with assembly code.
  /external/boringssl/src/include/openssl/
cpu.h 107 * information in a form that's easier for assembly to use. */
115 * hand-written NEON assembly. For now, continue to apply the workaround even
  /external/clang/utils/check_cfc/
test_check_cfc.py 91 # Outputting preprocessed output or assembly is not a normal compile
96 # Input of preprocessed or assembly is not a "normal compile"
  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp 21 * \brief SPIR-V assembly to binary.
150 TCU_THROW(NotSupportedError, "SPIR-V assembly not supported (DEQP_HAVE_SPIRV_TOOLS not defined)");
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 87 * This struct bundles SPIR-V assembly code, input and expected output
92 std::string assembly; member in struct:vkt::SpirVAssembly::ComputeShaderSpec
  /external/elfutils/backends/
ppc64_reloc.def 153 1) These can appear in DYN and EXEC with improper assembly, but they
156 2) These can appear in DYN with improper assembly (or silly gcc
  /external/libchrome/sandbox/linux/seccomp-bpf/
syscall.cc 32 // and portable solution is a file-scope assembly block.
36 // ever be called from assembly code and thus can pick more
122 // from C++ to assembly code, we do not need to switch modes (e.g.
123 // by using the "bx" instruction). It also means that our assembly
126 // interworking. That's OK, as we don't make any of the assembly
316 // Invoke our file-scope assembly code. The constraints have been picked
317 // carefully to match what the rest of the assembly code expects in input,
421 // a2 is in the clober list so inline assembly can not change its
  /external/libmpeg2/common/x86/
ideint_cac_ssse3.c 37 * In the de-interlacer workspace, cac is not a seperate assembly module as
40 * cac experiments long after the assembly was written by Mudit.
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
  /external/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/llvm/include/llvm/MC/
MCAsmInfo.h 146 /// an inline assembly statement. Defaults to "#APP\n", "#NO_APP\n"
150 /// These are assembly directives that tells the assembler to interpret the
360 /// constructors) when failing to parse a valid piece of assembly (inline
365 /// Preserve Comments in assembly
573 /// Return true if assembly (inline or otherwise) should be parsed.
576 /// Set whether assembly (inline or otherwise) should be parsed.
581 /// Return true if assembly (inline or otherwise) should be parsed.
584 /// Set whether assembly (inline or otherwise) should be parsed.
  /external/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/llvm/lib/MC/MCDisassembler/
Disassembler.h 62 // The assembly information for the target architecture.
70 // The assembly context for creating symbols and MCExprs.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.h 54 // is unfortunately sometimes omitted from the assembly syntax. E.g. :lo12:
61 // omitted in line with assembly syntax here (VK_LO12 rather than VK_LO12_NC
  /external/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/llvm/test/MC/ARM/
eh-directive-integrated-test.s 27 @ Assembly without frame pointer elimination
64 @ Assembly with frame pointer elimination
  /external/llvm/unittests/Analysis/
ValueTrackingTest.cpp 26 void parseAssembly(const char *Assembly) {
28 M = parseAssemblyString(Assembly, Error, Context);
  /external/llvm/utils/TableGen/
TableGen.cpp 64 "Generate assembly writer"),
70 "Generate assembly instruction matcher"),
  /external/mesa3d/docs/
thanks.html 73 <li><b>Holger Waechtler</b> contributed AMD 3DNow! assembly code which
84 <li><b>Josh Vanderhoof</b> contributed Intel x86 assembly code which

Completed in 1346 milliseconds

<<31323334353637383940>>