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

1 2 34 5 6 7

  /external/v8/src/x87/
lithium-codegen-x87.h 29 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
30 : LCodeGenBase(chunk, assembler, info),
42 x87_stack_(assembler),
67 // Support for converting LOperands to assembler types.
  /external/v8/src/
assembler.cc 35 #include "src/assembler.h"
53 #include "src/regexp-macro-assembler.h"
60 #include "src/ia32/assembler-ia32-inl.h" // NOLINT
62 #include "src/x64/assembler-x64-inl.h" // NOLINT
64 #include "src/arm64/assembler-arm64-inl.h" // NOLINT
66 #include "src/arm/assembler-arm-inl.h" // NOLINT
68 #include "src/mips/assembler-mips-inl.h" // NOLINT
70 #include "src/mips64/assembler-mips64-inl.h" // NOLINT
72 #include "src/x87/assembler-x87-inl.h" // NOLINT
77 // Include native regexp-macro-assembler
    [all...]
  /external/llvm/test/MC/Mips/
micromips-jump-instructions.s 5 # Check that the assembler can handle the documented syntax
micromips-branch-fixup.s 7 # Check that the assembler can handle the documented syntax
micromips-branch-instructions.s 5 # Check that the assembler can handle the documented syntax
set-at-directive.s 3 # Check that the assembler can handle the documented syntax
micromips-alu-instructions.s 3 # Check that the assembler can handle the documented syntax
micromips-control-instructions.s 5 # Check that the assembler can handle the documented syntax
micromips-relocations.s 7 # Check that the assembler can handle the documented syntax
mips-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
mips64-alu-instructions.s 2 # Check that the assembler can handle the documented syntax
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 6 # Check that the assembler can handle the documented syntax for fixups.
  /external/llvm/test/MC/Mips/mips64r6/
relocations.s 6 # Check that the assembler can handle the documented syntax for fixups.
  /external/v8/src/arm/
lithium-codegen-arm.h 26 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
27 : LCodeGenBase(chunk, assembler, info),
66 // Support for converting LOperands to assembler types.
assembler-arm.cc 41 #include "src/arm/assembler-arm-inl.h"
44 #include "src/macro-assembler.h"
235 return Assembler::is_constant_pool_load(pc_);
248 CpuFeatures::FlushICache(pc_, instruction_count * Assembler::kInstrSize);
262 // See assembler-arm-inl.h for inlined constructors
461 Assembler::Assembler(Isolate* isolate, void* buffer, int buffer_size)
480 Assembler::~Assembler() {
485 void Assembler::GetCode(CodeDesc* desc)
    [all...]
  /external/v8/src/arm64/
lithium-codegen-arm64.h 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
28 : LCodeGenBase(chunk, assembler, info),
85 // Support for converting LOperands to assembler types.
  /external/v8/src/ia32/
lithium-codegen-ia32.h 28 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
29 : LCodeGenBase(chunk, assembler, info),
65 // Support for converting LOperands to assembler types.
  /external/v8/src/mips/
lithium-codegen-mips.h 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
26 : LCodeGenBase(chunk, assembler, info),
65 // Support for converting LOperands to assembler types.
  /external/v8/src/mips64/
lithium-codegen-mips64.h 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
26 : LCodeGenBase(chunk, assembler, info),
65 // Support for converting LOperands to assembler types.
  /external/v8/src/x64/
lithium-codegen-x64.h 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
28 : LCodeGenBase(chunk, assembler, info),
62 // Support for converting LOperands to assembler types.
  /external/llvm/test/MC/ARM/
eh-directive-section-multiple-func.s 8 @ The assembler should switch the section back to the corresponding section
thumb2-mclass.s 6 @ Check that the assembler can handle the documented syntax from the ARM ARM.
  /external/google-breakpad/android/google_breakpad/
Android.mk 64 # cryptic assembler messages like:
66 # /tmp/cc8aMSoD.s: Assembler messages:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/
libvpx.mk 75 # RVCT (ARM's in-house compiler) format to GNU Assembler Format for gcc.
112 # assembler to pre-process its assembly files.

Completed in 1140 milliseconds

1 2 34 5 6 7