HomeSort by relevance Sort by last modified time
    Searched refs:assembler (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /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.
  /external/v8/src/x64/
macro-assembler-x64.h 8 #include "src/assembler.h"
78 class MacroAssembler: public Assembler {
80 // The isolate parameter can be NULL if the macro assembler should
83 // macro assembler.
90 explicit NoRootArrayScope(MacroAssembler* assembler)
91 : variable_(&assembler->root_array_available_),
92 old_value_(assembler->root_array_available_) {
93 assembler->root_array_available_ = false;
399 Assembler::RelocInfoNone());
    [all...]
  /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/
Android.mk 145 utils/assembler.cc \
  /external/jpeg/
jmemdosa.asm 13 ; assembler (including Borland's Turbo Assembler). If you haven't got
14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.
  /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-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
mips64-expansions.s 3 # The GNU assembler implements 'dli' and 'dla' variants on 'li' and 'la'
  /external/v8/src/arm/
assembler-arm.h 37 // A light-weight ARM Assembler
47 #include "src/assembler.h"
532 int instructions_required(const Assembler* assembler, Instr instr = 0) const;
533 bool must_output_reloc_info(const Assembler* assembler) const;
552 friend class Assembler;
609 friend class Assembler;
653 ConstantPoolArray::LayoutSection AddEntry(Assembler* assm,
658 void Populate(Assembler* assm, ConstantPoolArray* constant_pool)
    [all...]
  /external/elfutils/src/
elfutils.spec 53 assembler interface.
  /external/v8/src/x87/
assembler-x87.h 35 // A light-weight IA32 Assembler.
296 friend class Assembler;
391 friend class Assembler;
450 class Assembler : public AssemblerBase {
464 // Create an assembler. Instructions and relocation information are emitted
469 // If the provided buffer is NULL, the assembler allocates and grows its own
471 // owned by the assembler and deallocated upon destruction of the assembler.
473 // If the provided buffer is not NULL, the assembler uses the provided buffer
476 // upon destruction of the assembler
    [all...]
  /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 
  /external/v8/src/arm64/
assembler-arm64.h 13 #include "src/assembler.h"
682 bool NeedsRelocation(const Assembler* assembler) const;
755 explicit ConstPool(Assembler* assm)
789 Assembler* assm_;
803 // Assembler.
805 class Assembler : public AssemblerBase {
807 // Create an assembler. Instructions and relocation information are emitted
812 // If the provided buffer is NULL, the assembler allocates and grows its own
814 // owned by the assembler and deallocated upon destruction of the assembler
    [all...]
  /art/compiler/utils/
assembler_test.h 20 #include "assembler.h"
52 typedef std::string (*TestFn)(AssemblerTest* assembler_test, Ass* assembler);
58 // This driver assumes the assembler has already been called.
270 // Get the name of the assembler, e.g., "as" by default.
275 // Switches to the assembler command. Default none.
  /external/libvpx/libvpx/
configure 31 --as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
  /external/boringssl/src/crypto/sha/asm/
sha1-586.pl 19 # SHA1 assembler implementation. To address this problem (and
25 # assembler impl. generated code
122 `$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
123 =~ /GNU assembler version ([2-9]\.[0-9]+)/ &&
    [all...]
sha256-586.pl 71 if ($xmm && `$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
72 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 35 // A light-weight IA32 Assembler.
304 friend class Assembler;
402 friend class Assembler;
461 class Assembler : public AssemblerBase {
475 // Create an assembler. Instructions and relocation information are emitted
480 // If the provided buffer is NULL, the assembler allocates and grows its own
482 // owned by the assembler and deallocated upon destruction of the assembler.
484 // If the provided buffer is not NULL, the assembler uses the provided buffer
487 // upon destruction of the assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.h 41 #include "src/assembler.h"
393 friend class Assembler;
420 friend class Assembler;
424 class Assembler : public AssemblerBase {
426 // Create an assembler. Instructions and relocation information are emitted
431 // If the provided buffer is NULL, the assembler allocates and grows its own
433 // owned by the assembler and deallocated upon destruction of the assembler.
435 // If the provided buffer is not NULL, the assembler uses the provided buffer
438 // upon destruction of the assembler
    [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
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont.pl 56 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
57 =~ /GNU assembler version ([2-9]\.[0-9]+)/) {

Completed in 1671 milliseconds

1 2 3 45 6 7