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

  /external/v8/test/cctest/
test-disasm-ia32.cc 154 __ mov_w(edx, Operand(esp, 16));
155 __ mov_w(Operand(esp, 16), edx);
  /external/v8/src/ia32/
ic-ia32.cc 809 __ mov_w(Operand(ecx, ebx, times_2, 0), eax);
877 __ mov_w(Operand(ecx, ebx, times_2, 0), eax);
888 __ mov_w(edi, FieldOperand(edx, HeapNumber::kValueOffset + 6));
915 __ mov_w(Operand(ecx, ebx, times_2, 0), eax);
    [all...]
assembler-ia32.h 520 void mov_w(Register dst, const Operand& src);
521 void mov_w(const Operand& dst, Register src);
disasm-ia32.cc 1048 data += PrintOperands("mov_w", REG_OPER_OP_ORDER, data);
1053 AppendToBuffer("mov_w ");
    [all...]
assembler-ia32.cc 603 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
612 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
codegen-ia32.cc     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 491 #define MOV_W(a, b) CHOICE(movw ARG2(a,b), movw ARG2(a,b), _WTOG mov ARG2(b,a))
    [all...]

Completed in 757 milliseconds