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

1 2 3 4 5 6 7 8910

  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc     [all...]
regexp-macro-assembler-mips.cc 11 #include "src/macro-assembler.h"
12 #include "src/regexp-macro-assembler.h"
16 #include "src/mips/regexp-macro-assembler-mips.h"
23 * This assembler uses the following register assignment convention
88 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
126 // Unuse labels in case we throw away the assembler without calling GetCode.
    [all...]
code-stubs-mips.cc 17 #include "src/regexp-macro-assembler.h"
    [all...]
macro-assembler-mips.h 8 #include "src/assembler.h"
10 #include "src/mips/assembler-mips.h"
61 // Flags used for the li macro-assembler function.
127 class MacroAssembler: public Assembler {
129 // The isolate parameter can be NULL if the macro assembler should
132 // macro assembler.
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc     [all...]
  /external/chromium_org/v8/src/
serialize.cc     [all...]
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 47 ; This file compile with Microsoft Macro Assembler (x64) for AMD64
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 8 #include "src/assembler.h"
74 class MacroAssembler: public Assembler {
76 // The isolate parameter can be NULL if the macro assembler should
79 // macro assembler.
    [all...]
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 107 return Assembler::ImmediateFitsAddrMode1Instruction(imm);
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 11 #include "src/macro-assembler.h"
12 #include "src/regexp-macro-assembler.h"
16 #include "src/mips64/regexp-macro-assembler-mips64.h"
23 * This assembler uses the following register assignment convention
124 * (in regexp-macro-assembler.cc) via the CALL_GENERATED_REGEXP_CODE macro
162 // Unuse labels in case we throw away the assembler without calling GetCode.
    [all...]
code-stubs-mips64.cc 16 #include "src/regexp-macro-assembler.h"
    [all...]
lithium-codegen-mips64.cc 306 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
    [all...]
macro-assembler-mips64.h 8 #include "src/assembler.h"
10 #include "src/mips64/assembler-mips64.h"
61 // Flags used for the li macro-assembler function.
148 class MacroAssembler: public Assembler {
150 // The isolate parameter can be NULL if the macro assembler should
153 // macro assembler.
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 420 DCHECK(Assembler::kJSReturnSequenceLength <=
    [all...]
builtins-ia32.cc 632 __ sub(eax, Immediate(Assembler::kCallInstructionLength));
    [all...]
codegen-ia32.cc 11 #include "src/macro-assembler.h"
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 417 DCHECK(Assembler::kJSReturnSequenceLength <=
    [all...]
builtins-x87.cc 632 __ sub(eax, Immediate(Assembler::kCallInstructionLength));
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 16 #include "src/regexp-macro-assembler.h"
    [all...]
macro-assembler-arm64-inl.h 12 #include "src/arm64/assembler-arm64-inl.h"
13 #include "src/arm64/assembler-arm64.h"
15 #include "src/arm64/macro-assembler-arm64.h"
755 // TODO(all): Use Assembler::ldr(const FPRegister& ft, float imm).
950 Assembler::mov(rd, rn);
1243 // registers, so we use the assembler directly here. However, this means
    [all...]
  /external/chromium_org/v8/src/x64/
code-stubs-x64.cc 16 #include "src/regexp-macro-assembler.h"
    [all...]
builtins-x64.cc 691 __ subp(arg_reg_1, Immediate(Assembler::kShortCallInstructionLength));
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 19 /* MIPS assembler and ARM->MIPS assembly translator
409 } else { // adr mode RRX is not used in GGL Assembler at this time
520 // adr mode RRX is not used in GGL Assembler at this time
552 // adr mode RRX is not used in GGL Assembler at this time
564 // in GGL-Assembler)
572 // case this is legal, but it is NOT currently done in GGL-Assembler.
592 mMips->UNIMPL(); // currently unused in GGL Assembler code
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]

Completed in 655 milliseconds

1 2 3 4 5 6 7 8910