Searched refs:mov_w (Results 1 - 5 of 5) sorted by relevance
/external/v8/test/cctest/ |
H A D | test-disasm-ia32.cc | 154 __ mov_w(edx, Operand(esp, 16)); 155 __ mov_w(Operand(esp, 16), edx);
|
/external/v8/src/ia32/ |
H A D | 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);
|
H A D | assembler-ia32.h | 520 void mov_w(Register dst, const Operand& src); 521 void mov_w(const Operand& dst, Register src);
|
H A D | 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
|
H A D | codegen-ia32.cc | 10515 __ mov_w(scratch, Operand(src, 0)); 10516 __ mov_w(Operand(dest, 0), scratch);
|
Completed in 224 milliseconds