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

  /external/v8/src/x87/
assembler-x87.h 603 void mov_w(Register dst, const Operand& src);
604 void mov_w(const Operand& dst, Register src);
605 void mov_w(const Operand& dst, int16_t imm16);
606 void mov_w(const Operand& dst, const Immediate& src);
    [all...]
assembler-x87.cc 386 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
394 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
402 void Assembler::mov_w(const Operand& dst, int16_t imm16) { function in class:v8::internal::Assembler
412 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 150 __ mov_w(edx, Operand(esp, 16));
151 __ mov_w(Operand(esp, 16), edx);
test-disasm-ia32.cc 150 __ mov_w(edx, Operand(esp, 16));
151 __ mov_w(Operand(esp, 16), edx);
  /external/v8/src/ia32/
codegen-ia32.cc 458 __ mov_w(eax, Operand(src, 0));
459 __ mov_w(Operand(dst, 0), eax);
463 __ mov_w(eax, Operand(src, 0));
465 __ mov_w(Operand(dst, 0), eax);
    [all...]
assembler-ia32.h 606 void mov_w(Register dst, const Operand& src);
607 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); }
608 void mov_w(const Operand& dst, const Immediate& src);
609 void mov_w(const Operand& dst, Register src);
    [all...]
assembler-ia32.cc 516 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
524 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
532 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/compiler/ia32/
code-generator-ia32.cc 917 __ mov_w(operand, i.InputInt16(index));
919 __ mov_w(operand, i.InputRegister(index));
    [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...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc     [all...]

Completed in 665 milliseconds