HomeSort by relevance Sort by last modified time
    Searched refs:assembler (Results 176 - 200 of 258) sorted by null

1 2 3 4 5 6 78 91011

  /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.
  /external/v8/src/arm/
assembler-arm.cc 37 #include "src/arm/assembler-arm.h"
41 #include "src/arm/assembler-arm-inl.h"
44 #include "src/macro-assembler.h"
239 return Assembler::is_constant_pool_load(pc_);
244 return Assembler::target_address_at(pc_, host_);
249 return reinterpret_cast<uint32_t>(Assembler::target_address_at(pc_, host_));
254 return Assembler::target_address_at(pc_, host_);
259 Assembler::set_target_address_at(isolate_, pc_, host_, address, flush_mode);
264 Assembler::set_target_address_at(isolate_, pc_, host_,
270 // See assembler-arm-inl.h for inlined constructor
    [all...]
assembler-arm.h 37 // A light-weight ARM Assembler
47 #include "src/assembler.h"
515 int instructions_required(const Assembler* assembler, Instr instr = 0) const;
516 bool must_output_reloc_info(const Assembler* assembler) const;
535 friend class Assembler;
592 friend class Assembler;
638 class Assembler : public AssemblerBase {
640 // Create an assembler. Instructions and relocation information are emitte
    [all...]
  /art/compiler/
Android.mk 79 utils/assembler.cc \
  /external/llvm/test/MC/Mips/
mips-jump-instructions.s 6 # Check that the assembler can handle the documented syntax
micromips-16-bit-instructions.s 5 # Check that the assembler can handle the documented syntax
micromips-control-instructions.s 5 # Check that the assembler can handle the documented syntax
micromips-loadstore-instructions.s 5 # Check that the assembler can handle the documented syntax
mips-fpu-instructions.s 3 # Check that the assembler can handle the documented syntax
  /external/v8/src/x64/
macro-assembler-x64.h 8 #include "src/assembler.h"
90 class MacroAssembler: public Assembler {
99 explicit NoRootArrayScope(MacroAssembler* assembler)
100 : variable_(&assembler->root_array_available_),
101 old_value_(assembler->root_array_available_) {
102 assembler->root_array_available_ = false;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
allinsn.s 313 # insert a nop here to pacify the assembler (luc32 may not follow jcr).
  /toolchain/binutils/binutils-2.25/opcodes/
score-opc.h 24 char *assembler; /* Disassembly string. */ member in struct:score_opcode
arm-dis.c 77 const char * assembler; /* How to disassemble this insn. */ member in struct:opcode32
84 const char *assembler; /* How to disassemble this insn. */ member in struct:opcode16
    [all...]
  /external/curl/packages/vms/
generate_vax_transfer.com 8 $! This procedure patches the VAX Macro32 assembler to be case sensitive
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 29 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips64-mips3d-incl.d 8 # Same as mips64-mips3d.d, but does not need -mips3d assembler
  /art/compiler/utils/arm/
assembler_thumb2.cc 31 void Thumb2Assembler::Fixup::ForExpandableDependencies(Thumb2Assembler* assembler, Function fn) {
35 Fixup* fixups = assembler->fixups_.data();
36 for (FixupId fixup_id = 0u, end_id = assembler->fixups_.size(); fixup_id != end_id; ++fixup_id) {
54 void Thumb2Assembler::Fixup::PrepareDependents(Thumb2Assembler* assembler) {
63 Fixup* fixups = assembler->fixups_.data();
65 assembler,
72 for (FixupId fixup_id = 0u, end_id = assembler->fixups_.size(); fixup_id != end_id; ++fixup_id) {
80 assembler->fixup_dependents_.resize(number_of_dependents);
81 FixupId* dependents = assembler->fixup_dependents_.data();
83 assembler,
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 14 #include "src/assembler.h"
616 bool NeedsRelocation(const Assembler* assembler) const;
689 explicit ConstPool(Assembler* assm)
723 Assembler* assm_;
737 // Assembler.
739 class Assembler : public AssemblerBase {
741 // Create an assembler. Instructions and relocation information are emitted
746 // If the provided buffer is NULL, the assembler allocates and grows its own
748 // owned by the assembler and deallocated upon destruction of the assembler
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 37 // A light-weight PPC Assembler
46 #include "src/assembler.h"
317 bool must_output_reloc_info(const Assembler* assembler) const;
331 friend class Assembler;
366 friend class Assembler;
387 class Assembler : public AssemblerBase {
389 // Create an assembler. Instructions and relocation information are emitted
394 // If the provided buffer is NULL, the assembler allocates and grows its own
396 // owned by the assembler and deallocated upon destruction of the assembler
    [all...]
  /external/libvpx/libvpx/
configure 32 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/libjpeg-turbo/simd/
jfdctflt-3dn.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jfdctflt-sse-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
14 ; assembler (including Borland's Turbo Assembler).
  /external/v8/src/x87/
assembler-x87.h 35 // A light-weight IA32 Assembler.
42 #include "src/assembler.h"
302 friend class Assembler;
402 friend class Assembler;
457 class Assembler : public AssemblerBase {
471 // Create an assembler. Instructions and relocation information are emitted
476 // If the provided buffer is NULL, the assembler allocates and grows its own
478 // owned by the assembler and deallocated upon destruction of the assembler.
480 // If the provided buffer is not NULL, the assembler uses the provided buffe
    [all...]
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
10 ; with Microsoft Macro Assembler (x64) for AMD64
13 ; This file compile with Microsoft Macro Assembler (x64) for AMD64

Completed in 381 milliseconds

1 2 3 4 5 6 78 91011