HomeSort by relevance Sort by last modified time
    Searched refs:mov_w (Results 1 - 11 of 11) 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 611 void mov_w(Register dst, const Operand& src);
612 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); }
613 void mov_w(const Operand& dst, const Immediate& src);
614 void mov_w(const Operand& dst, Register src);
    [all...]
assembler-ia32.cc 536 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
544 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
552 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 609 void mov_w(Register dst, const Operand& src);
610 void mov_w(const Operand& dst, Register src);
611 void mov_w(const Operand& dst, int16_t imm16);
612 void mov_w(const Operand& dst, const Immediate& src);
    [all...]
assembler-x87.cc 406 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
414 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
422 void Assembler::mov_w(const Operand& dst, int16_t imm16) { function in class:v8::internal::Assembler
432 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/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 426 milliseconds