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

  /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/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...]
disasm-ia32.cc     [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...]
disasm-x87.cc     [all...]
macro-assembler-x87.cc 55 mov_w(dst, src);
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_T2_32.c 130 #define MOV_W 0xea4f0000
646 return push_inst32(compiler, MOV_W | SET_FLAGS | RD4(dst) | RM4(reg));
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [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...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]

Completed in 227 milliseconds