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

1 2 3 4 5 6 7 891011

  /external/vixl/src/vixl/a64/
assembler-a64.h 808 // If a label is bound, the assembler already has the information it needs
859 // The Assembler class is responsible for binding and linking labels, since
860 // the stored offsets need to be consistent with the Assembler's buffer.
861 friend class Assembler;
890 class Assembler;
990 friend class Assembler;
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 408 // initialize our assembler
410 GGLAssembler assembler( new ARMAssembler(a) );
411 //GGLAssembler assembler(
415 GGLAssembler assembler( new ArmToMipsAssembler(a) );
417 GGLAssembler assembler( new ArmToMips64Assembler(a) );
419 GGLAssembler assembler( new ArmToArm64Assembler(a) );
422 bool err = assembler.scanline(c->state.needs, c) != 0;
    [all...]
  /external/v8/src/s390/
assembler-s390.h 37 // A light-weight S390 Assembler
51 #include "src/assembler.h"
310 bool must_output_reloc_info(const Assembler* assembler) const;
328 friend class Assembler;
367 friend class Assembler;
386 class Assembler : public AssemblerBase {
388 // Create an assembler. Instructions and relocation information are emitted
393 // If the provided buffer is NULL, the assembler allocates and grows its own
395 // owned by the assembler and deallocated upon destruction of the assembler
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/libjpeg-turbo/simd/
jfdctflt-sse.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jfdctfst-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jfdctfst-sse2-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
14 ; assembler (including Borland's Turbo Assembler).
jfdctfst-sse2.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jidctflt-3dn.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jidctflt-sse2-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
14 ; assembler (including Borland's Turbo Assembler).
jidctfst-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jidctfst-sse2-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
14 ; assembler (including Borland's Turbo Assembler).
jidctfst-sse2.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jdsample-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jdsample-sse2-64.asm 12 ; This file should be assembled with NASM (Netwide Assembler),
14 ; assembler (including Borland's Turbo Assembler).
jdsample-sse2.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
jfdctint-mmx.asm 11 ; This file should be assembled with NASM (Netwide Assembler),
13 ; assembler (including Borland's Turbo Assembler).
  /external/llvm/test/MC/Mips/
micromips-fpu-instructions.s 5 # Check that the assembler can handle the documented syntax
  /external/v8/src/mips/
assembler-mips.h 43 #include "src/assembler.h"
345 friend class Assembler;
372 friend class Assembler;
376 class Assembler : public AssemblerBase {
378 // Create an assembler. Instructions and relocation information are emitted
383 // If the provided buffer is NULL, the assembler allocates and grows its own
385 // owned by the assembler and deallocated upon destruction of the assembler.
387 // If the provided buffer is not NULL, the assembler uses the provided buffer
390 // upon destruction of the assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.h 43 #include "src/assembler.h"
348 friend class Assembler;
375 friend class Assembler;
379 class Assembler : public AssemblerBase {
381 // Create an assembler. Instructions and relocation information are emitted
386 // If the provided buffer is NULL, the assembler allocates and grows its own
388 // owned by the assembler and deallocated upon destruction of the assembler.
390 // If the provided buffer is not NULL, the assembler uses the provided buffer
393 // upon destruction of the assembler
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 11 @ Check that the assembler can handle the documented syntax from the ARM ARM.
  /external/llvm/test/MC/Hexagon/
asmMap.s 3 # Make sure that the assembler mapped instructions are being handled correctly.
  /external/v8/src/ppc/
assembler-ppc.cc 37 #include "src/ppc/assembler-ppc.h"
43 #include "src/macro-assembler.h"
44 #include "src/ppc/assembler-ppc-inl.h"
153 return (constant_pool && Assembler::IsConstantPoolLoadStart(pc_));
160 return Assembler::target_address_at(pc_, host_);
166 reinterpret_cast<intptr_t>(Assembler::target_address_at(pc_, host_)));
171 return Assembler::target_address_at(pc_, host_);
177 Assembler::set_target_address_at(isolate_, pc_, host_, address, flush_mode);
182 Assembler::set_target_address_at(isolate_, pc_, host_,
188 // See assembler-ppc-inl.h for inlined constructor
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc 30 #include "utils/assembler.h"
6682 X86_64Assembler* assembler = codegen_->GetAssembler(); local
6711 X86_64Assembler* assembler = GetAssembler(); local
    [all...]
code_generator_x86.cc 30 #include "utils/assembler.h"
7258 X86Assembler* assembler = codegen_->GetAssembler(); local
7288 X86Assembler* assembler = GetAssembler(); local
    [all...]

Completed in 1186 milliseconds

1 2 3 4 5 6 7 891011