HomeSort by relevance Sort by last modified time
    Searched refs:assembler (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 6 @ The assembler should emit the machine code of "func2" in .text section.
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 50 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
51 : LCodeGenBase(chunk, assembler, info),
85 // Support for converting LOperands to assembler types.
  /external/jpeg/
Android.mk 56 # use mips assembler IDCT implementation if MIPS DSP-ASE is present
  /external/llvm/test/MC/Mips/
micromips-alu-instructions.s 2 # Check that the assembler can handle the documented syntax
mips-expansions.s 2 # Check that the assembler can handle the documented syntax
mips-relocations.s 2 # Check that the assembler can handle the documented syntax
  /external/stlport/test/eh/
cygwin.mak 41 # in the assembler with 'invalid relocation type'
djgpp.mak 41 # in the assembler with 'invalid relocation type'
gcc-99r1.mak 41 # in the assembler with 'invalid relocation type'
gcc-apple-macosx.mak 42 # in the assembler with 'invalid relocation type'
gcc-freebsd.mak 42 # in the assembler with 'invalid relocation type'
gcc-hp11.mak 43 # in the assembler with 'invalid relocation type'
gcc-irix.mak 42 # in the assembler with 'invalid relocation type'
gcc-linux.mak 42 # in the assembler with 'invalid relocation type'
gcc-netbsd.mak 42 # in the assembler with 'invalid relocation type'
gcc.mak 42 # in the assembler with 'invalid relocation type'
hpacc.mak 42 # in the assembler with 'invalid relocation type'
mingw32.mak 41 # in the assembler with 'invalid relocation type'
  /external/v8/src/ia32/
lithium-codegen-ia32.h 49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
51 masm_(assembler),
76 // Support for converting LOperands to assembler types.
  /external/v8/src/x64/
lithium-codegen-x64.h 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
50 masm_(assembler),
76 // Support for converting LOperands to assembler types.
  /external/chromium_org/v8/src/
assembler.h 55 // Platform independent assembler base class.
89 // either be owned by the assembler or be provided externally.
110 PredictableCodeSizeScope(AssemblerBase* assembler, int expected_size);
125 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f);
132 CpuFeatureScope(AssemblerBase* assembler, CpuFeature f) {}
152 // unknown pc location. Assembler::bind() is used to bind a label to the
210 friend class Assembler;
395 INLINE(Handle<Object> target_object_handle(Assembler* origin));
398 INLINE(Address target_runtime_entry(Assembler* origin));
406 INLINE(Handle<Object> code_age_stub_handle(Assembler* origin))
    [all...]
assembler.cc 35 #include "assembler.h"
50 #include "regexp-macro-assembler.h"
59 #include "ia32/assembler-ia32-inl.h"
61 #include "x64/assembler-x64-inl.h"
63 #include "arm/assembler-arm-inl.h"
65 #include "mips/assembler-mips-inl.h"
70 // Include native regexp-macro-assembler.
73 #include "ia32/regexp-macro-assembler-ia32.h"
75 #include "x64/regexp-macro-assembler-x64.h"
77 #include "arm/regexp-macro-assembler-arm.h
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 49 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
50 : LCodeGenBase(chunk, assembler, info),
89 // Support for converting LOperands to assembler types.
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 48 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
49 : LCodeGenBase(chunk, assembler, info),
88 // Support for converting LOperands to assembler types.
  /external/libvpx/
libvpx.mk 55 # RVCT (ARM's in-house compiler) format to GNU Assembler Format for gcc.
90 # assembler to pre-process its assembly files.

Completed in 1134 milliseconds

1 23 4 5 6