HomeSort by relevance Sort by last modified time
    Searched refs:mov_w (Results 1 - 13 of 13) sorted by null

  /external/v8/src/ia32/
codegen-ia32.cc 421 __ mov_w(eax, Operand(src, 0));
422 __ mov_w(Operand(dst, 0), eax);
426 __ mov_w(eax, Operand(src, 0));
428 __ mov_w(Operand(dst, 0), eax);
assembler-ia32.h 616 void mov_w(Register dst, const Operand& src);
617 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); }
618 void mov_w(const Operand& dst, const Immediate& src);
619 void mov_w(const Operand& dst, Register src);
    [all...]
assembler-ia32.cc 542 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
550 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
558 void Assembler::mov_w(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-ia32.cc 55 mov_w(dst, src);
    [all...]
  /external/v8/src/x87/
assembler-x87.h 613 void mov_w(Register dst, const Operand& src);
614 void mov_w(const Operand& dst, Register src);
615 void mov_w(const Operand& dst, int16_t imm16);
616 void mov_w(const Operand& dst, const Immediate& src);
    [all...]
assembler-x87.cc 412 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
420 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
428 void Assembler::mov_w(const Operand& dst, int16_t imm16) { function in class:v8::internal::Assembler
438 void Assembler::mov_w(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-x87.cc 55 mov_w(dst, src);
    [all...]
  /external/v8/test/cctest/
test-disasm-x87.cc 153 __ mov_w(edx, Operand(esp, 16));
154 __ mov_w(Operand(esp, 16), edx);
test-disasm-ia32.cc 153 __ mov_w(edx, Operand(esp, 16));
154 __ mov_w(Operand(esp, 16), edx);
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]

Completed in 142 milliseconds