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

  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 138 __ mov_w(edx, Operand(esp, 16));
139 __ mov_w(Operand(esp, 16), edx);
  /external/v8/test/cctest/
test-disasm-ia32.cc 154 __ mov_w(edx, Operand(esp, 16));
155 __ mov_w(Operand(esp, 16), edx);
  /external/chromium_org/v8/src/ia32/
codegen-ia32.cc 530 __ mov_w(eax, Operand(src, 0));
531 __ mov_w(Operand(dst, 0), eax);
535 __ mov_w(eax, Operand(src, 0));
537 __ mov_w(Operand(dst, 0), eax);
    [all...]
assembler-ia32.h 729 void mov_w(Register dst, const Operand& src);
730 void mov_w(const Operand& dst, Register src);
731 void mov_w(const Operand& dst, int16_t imm16);
    [all...]
assembler-ia32.cc 538 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
546 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
554 void Assembler::mov_w(const Operand& dst, int16_t imm16) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
code-stubs-ia32.cc     [all...]
macro-assembler-ia32.cc 79 mov_w(dst, src);
    [all...]
full-codegen-ia32.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32.h 697 void mov_w(Register dst, const Operand& src);
698 void mov_w(const Operand& dst, Register src);
    [all...]
assembler-ia32.cc 601 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
609 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc     [all...]
stub-cache-ia32.cc     [all...]
code-stubs-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 531 #define MOV_W(a, b) CHOICE(movw ARG2(a,b), movw ARG2(a,b), _WTOG mov ARG2(b,a))
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 531 #define MOV_W(a, b) CHOICE(movw ARG2(a,b), movw ARG2(a,b), _WTOG mov ARG2(b,a))
    [all...]

Completed in 480 milliseconds