/external/clang/test/Driver/ |
darwin-as.c | 1 // RUN: %clang -target i386-apple-darwin10 -### -x assembler -c %s \ 7 // RUN: %clang -target i386-apple-darwin11 -### -x assembler -c %s \ 13 // RUN: %clang -target x86_64-apple-darwin11 -### -x assembler -c %s \ 20 // RUN: -arch armv6 -no-integrated-as -x assembler -c %s 2>%t
|
/system/core/libpixelflinger/tests/codegen/ |
codegen.cpp | 52 GGLAssembler assembler( new ARMAssembler(a) ); 56 GGLAssembler assembler( new ArmToMipsAssembler(a) ); 60 GGLAssembler assembler( new ArmToArm64Assembler(a) ); 63 int err = assembler.scanline(needs, (context_t*)c);
|
/external/chromium_org/v8/src/ia32/ |
assembler-ia32-inl.h | 35 // A light-weight IA32 Assembler. 40 #include "src/ia32/assembler-ia32.h" 42 #include "src/assembler.h" 91 return Assembler::target_address_at(pc_, host_); 110 return Assembler::kSpecialTargetSize; 117 Assembler::set_target_address_at(pc_, host_, target, icache_flush_mode); 134 Handle<Object> RelocInfo::target_object_handle(Assembler* origin) { 163 Address RelocInfo::target_runtime_entry(Assembler* origin) { 210 Handle<Object> RelocInfo::code_age_stub_handle(Assembler* origin) { 221 Assembler::target_address_at(pc_ + 1, host_)) [all...] |
cpu-ia32.cc | 15 #include "src/assembler.h" 16 #include "src/macro-assembler.h"
|
/external/openssl/crypto/des/ |
INSTALL | 33 make x86-elf - x86 assembler (elf), linux-elf. 34 make x86-out - x86 assembler (a.out), FreeBSD 35 make x86-solaris- x86 assembler 36 make x86-bsdi - x86 assembler (a.out with primative assembler). 38 If at all possible use the assembler (for Windows NT/95, use 39 asm/win32.obj to link with). The x86 assembler is very very fast.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
auto-host.h | 22 /* Define to enable the use of a default assembler. */ 209 /* Define if your assembler supports cmpb. */ 215 /* Define if your assembler supports the DCI/ICI instructions. */ 221 /* Define if your assembler supports the --debug-prefix-map option. */ 227 /* Define if your assembler supports DFP instructions. */ 233 /* Define if your assembler supports DSPR1 mult. */ 239 /* Define if your assembler supports .dtprelword. */ 245 /* Define if your assembler supports dwarf2 .file/.loc directives, and 252 /* Define if your assembler supports explicit relocations. */ 258 /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
unix.h | 1 /* Definitions for Unix assembler syntax for the Intel 80386. 25 /* This file defines the aspects of assembler syntax 38 /* String containing the assembler's comment-starter. 41 and the space is not there the assembler will interpret this 47 /* Output to assembler file text saying following lines 52 /* Output to assembler file text saying following lines
|
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.h | 119 DCHECK(Assembler::IsTstImmediate(masm->instr_at(pos))); 124 DCHECK(Assembler::IsBranch(masm->instr_at(pos))); 128 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); 129 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + 130 Assembler::kInstrSize); 132 if (Assembler::IsBranch(first_instruction)) { 136 DCHECK(Assembler::IsTstImmediate(first_instruction)); 138 if (Assembler::IsBranch(second_instruction)) { 142 DCHECK(Assembler::IsTstImmediate(second_instruction)); 156 PatchBranchIntoNop(&masm, Assembler::kInstrSize) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/ |
yasm_parsers.xml | 32 <refpurpose>Yasm Supported Parsers (Assembler Syntaxes)</refpurpose> 54 for different parsers (assembler syntaxes).</para> 88 <para>The GNU Assembler (GAS) is the de-facto cross-platform 89 assembler for modern Unix systems, and is used as the backend for
|
/external/chromium_org/tools/gyp/test/assembly/src/ |
override.gyp | 18 'rule_name': 'assembler',
|
/external/chromium_org/tools/gyp/test/rules/src/ |
special-variables.gyp | 10 'rule_name': 'assembler (gnu-compatible)',
|
/external/chromium_org/tools/gyp/test/win/vs-macros/ |
containing-gyp.gyp | 13 'rule_name': 'assembler (gnu-compatible)',
|
/external/clang/test/Preprocessor/ |
macro_paste_identifier_error.c | 3 // RUN: %clang_cc1 -E -fms-extensions -Wno-invalid-token-paste -x assembler-with-cpp %s | FileCheck %s
|
/external/llvm/test/CodeGen/SystemZ/ |
mature-mc-support.ll | 3 ; FIXME: SystemZ doesn't use the integrated assembler by default so we only test
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_mixer_MMX.h | 2 headers for MMX assembler version of SDL_MixAudio
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
const.h | 6 /* Some constant macros are used in both assembler and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
const.h | 6 /* Some constant macros are used in both assembler and
|
/external/chromium_org/v8/test/cctest/ |
test-assembler-x64.cc | 34 #include "src/macro-assembler.h" 41 // Test the x64 assembler by compiling some simple functions into 74 Assembler::kMinimalBufferSize, &actual_size, true)); 76 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size)); 96 Assembler::kMinimalBufferSize, &actual_size, true)); 98 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size)); 128 Assembler::kMinimalBufferSize, &actual_size, true)); 130 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size)); 150 Assembler::kMinimalBufferSize, &actual_size, true)); 152 Assembler assm(CcTest::i_isolate(), buffer, static_cast<int>(actual_size)) [all...] |
test-macro-assembler-mips64.cc | 33 #include "src/macro-assembler.h" 34 #include "src/mips64/macro-assembler-mips64.h" 83 MacroAssembler assembler(isolate, NULL, 0); 84 MacroAssembler* masm = &assembler; 149 MacroAssembler assembler(isolate, NULL, 0); 150 MacroAssembler* masm = &assembler; 183 MacroAssembler assembler(isolate, NULL, 0); 184 MacroAssembler* masm = &assembler;
|
/external/chromium_org/v8/src/x64/ |
cpu-x64.cc | 15 #include "src/assembler.h" 16 #include "src/macro-assembler.h"
|
/external/chromium_org/v8/src/x87/ |
cpu-x87.cc | 15 #include "src/assembler.h" 16 #include "src/macro-assembler.h"
|
/external/llvm/test/MC/Mips/ |
mips-noat.s | 3 # Check that using the assembler temporary when .set noat is in effect is an error. 5 # We start with the assembler temporary enabled
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
README | 2 and quite a few assembler routines (c) Glenn Fielder (gaffer@gaffer.org) 9 This is a stripped down version of HERMES, including only the x86 assembler
|
/external/zlib/src/contrib/masmx64/ |
readme.txt | 5 for use with Microsoft Macro Assembler (x64) for AMD64 and Microsoft C++ 64 bits.
26 run bld_64.bat with Microsoft Macro Assembler (x64) for AMD64 (ml64.exe)
|
/ndk/tests/build/ssax-instructions/jni/ |
test.S | 1 // This assembler file contains instructions like ssax 2 // that were not assembler properly with NDKr5b's gas version.
|