Home
last modified time | relevance | path

Searched defs:mov_w (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ia32/
Dcodegen-ia32.cc400 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local
401 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local
405 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local
407 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local
Dassembler-ia32.cc583 void Assembler::mov_w(Register dst, Operand src) { in mov_w() function in v8::internal::Assembler
590 void Assembler::mov_w(Operand dst, Register src) { in mov_w() function in v8::internal::Assembler
597 void Assembler::mov_w(Operand dst, const Immediate& src) { in mov_w() function in v8::internal::Assembler
Dassembler-ia32.h591 void mov_w(Operand dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() function
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1595 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local
1597 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local