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

  /external/chromium_org/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/chromium_org/v8/src/ia32/
codegen-ia32.cc 455 __ mov_w(eax, Operand(src, 0));
456 __ mov_w(Operand(dst, 0), eax);
460 __ mov_w(eax, Operand(src, 0));
462 __ mov_w(Operand(dst, 0), eax);
    [all...]
assembler-ia32.h 611 void mov_w(Register dst, const Operand& src);
612 void mov_w(const Operand& dst, Register src);
613 void mov_w(const Operand& dst, int16_t imm16);
    [all...]
assembler-ia32.cc 474 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
482 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
490 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...]
macro-assembler-ia32.cc 56 mov_w(dst, src);
    [all...]
full-codegen-ia32.cc     [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.h 600 void mov_w(Register dst, const Operand& src);
601 void mov_w(const Operand& dst, Register src);
602 void mov_w(const Operand& dst, int16_t imm16);
    [all...]
assembler-x87.cc 416 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
424 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
432 void Assembler::mov_w(const Operand& dst, int16_t imm16) { function in class:v8::internal::Assembler
    [all...]
disasm-x87.cc     [all...]
lithium-codegen-x87.cc     [all...]
macro-assembler-x87.cc 56 mov_w(dst, src);
    [all...]
full-codegen-x87.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 980 milliseconds