Searched
full:assembler (Results
551 -
575 of
1556) sorted by null
<<21222324252627282930>>
/external/openssl/crypto/modes/asm/ |
ghash-sparcv9.pl | 18 # gcc 3.3.x cc 5.2 this assembler 25 # gcc 4.4.1 this assembler 34 # means more impressive improvement coefficients for this assembler
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
cygming.h | 216 On i386 running Windows NT, modify the assembler name with a suffix 286 /* This is how to output an assembler line 308 /* Write the extra assembler code needed to declare a function
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-c++filt.1 | 149 encode them into a low-level assembler name which uniquely identifies 160 In this way you can pass an entire assembler source file, containing 199 assembler source file where there might be extra, extraneous
|
/art/compiler/utils/arm/ |
assembler_arm.h | 25 #include "utils/assembler.h" 352 // This is an abstract ARM assembler. Subclasses provide assemblers for the individual 355 class ArmAssembler : public Assembler { 359 // Is this assembler for the thumb instruction set? 611 // Overridden common assembler high-level functionality 747 void Emit(Assembler *sp_asm) OVERRIDE;
|
/external/chromium_org/third_party/apache-win32/ |
OPENSSL-NEWS.txt | 272 o Enhanced x86_64 assembler BIGNUM module. 320 o IA32 assembler enhancements. 395 o Support assembler code with Borland C. 426 o Add assembler BN routines for IA64. 495 o Assembler support for Mingw32 557 o Sparc assembler bignum implementation, optimized hash functions
|
/external/llvm/lib/MC/ |
MCExpr.cpp | 592 "Must have an assembler object if layout is given!"); 636 MCAssembler *Assembler = Layout ? &Layout->getAssembler() : nullptr; 637 return EvaluateAsRelocatableImpl(Res, Assembler, Layout, nullptr, false, 642 MCAssembler *Assembler = Layout ? &Layout->getAssembler() : nullptr; 643 return EvaluateAsRelocatableImpl(Res, Assembler, Layout, nullptr, false, 677 // the OS X assembler will completely drop the 4. We should probably
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/ |
x86_abi_support.asm | 178 ; The Microsoft assembler tries to impose a certain amount of type safety in 181 ; original inline assembler we're porting from.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-arm-v6plus.h | 73 // In ARM mode, the compiler/assembler will not generate any code for it. 196 // In ARM mode, the compiler/assembler will not generate any code for it.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-arm-v6plus.h | 72 // In ARM mode, the compiler/assembler will not generate any code for it. 195 // In ARM mode, the compiler/assembler will not generate any code for it.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-info.c | 337 /* producer - assembler name */ 344 /* language - no standard code for assembler, use MIPS as a substitute */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm.h | 1 /* nasm.h main header file for the Netwide Assembler: inter-module interface 3 * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
|
/external/chromium_org/v8/src/ |
regexp-macro-assembler.cc | 7 #include "src/assembler.h" 9 #include "src/regexp-macro-assembler.h"
|
/external/chromium_org/v8/test/cctest/ |
test-assembler-mips.cc | 32 #include "src/macro-assembler.h" 33 #include "src/mips/macro-assembler-mips.h" 347 Assembler assm(isolate, NULL, 0); 414 Assembler assm(isolate, NULL, 0); 483 Assembler assm(isolate, NULL, 0); 774 Assembler assm(isolate, NULL, 0); 850 Assembler assm(isolate, NULL, 0); [all...] |
/external/clang/test/Driver/ |
openbsd.c | 37 // Check passing options to the assembler for various OpenBSD targets 63 // Check that the integrated assembler is enabled for PowerPC
|
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 178 ; The Microsoft assembler tries to impose a certain amount of type safety in 181 ; original inline assembler we're porting from.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
x86_abi_support.asm | 178 ; The Microsoft assembler tries to impose a certain amount of type safety in 181 ; original inline assembler we're porting from.
|
/art/compiler/jni/quick/x86_64/ |
calling_convention_x86_64.cc | 37 return ManagedRegister::NoRegister(); // No free regs, so assembler uses push/pop
|
/art/compiler/optimizing/ |
optimizing_compiler.cc | 82 // Always use the thumb2 assembler: some runtime functionality (like implicit stack
|
/art/runtime/arch/arm64/ |
registers_arm64.h | 62 IP1 = 17, // Used as scratch by ART JNI Assembler.
|
/bionic/libc/tools/ |
generate-NOTICE.py | 75 # Remove C/assembler comment formatting, pulling out just the text.
|
/bionic/tests/ |
sched_test.cpp | 55 // Check that our hand-written clone assembler sets errno correctly on failure.
|
/external/chromium_org/native_client_sdk/doc_generated/reference/sandbox_internals/ |
x86-64-sandbox.html | 25 assembler syntax, in which the target operand appears last, e.g. <code>mov 196 assembler guarantees 32-bit alignment for all <em>pseudo-instructions</em> in 213 <p>is translated by the assembler to:</p> 262 <i>Note: the assembler ensures all calls (including
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
config.h | 19 /* Define if you have the Borland TASM32 or compatible assembler. */
|
/external/chromium_org/third_party/boringssl/src/crypto/modes/ |
internal.h | 162 * assembler modules, i.e. don't change the order! */
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
README | 12 * All x86 targets require the Yasm[1] assembler be installed.
|
Completed in 895 milliseconds
<<21222324252627282930>>