Home
last modified time | relevance | path

Searched refs:mov_w (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ia32/
Dcodegen-ia32.cc421 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local
422 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local
426 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local
428 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local
Dassembler-ia32.h611 void mov_w(Register dst, const Operand& src);
612 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() function
613 void mov_w(const Operand& dst, const Immediate& src);
614 void mov_w(const Operand& dst, Register src);
Dassembler-ia32.cc536 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() function in v8::internal::Assembler
544 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() function in v8::internal::Assembler
552 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() function in v8::internal::Assembler
Dmacro-assembler-ia32.cc55 mov_w(dst, src); in Store()
/external/v8/src/x87/
Dassembler-x87.h609 void mov_w(Register dst, const Operand& src);
610 void mov_w(const Operand& dst, Register src);
611 void mov_w(const Operand& dst, int16_t imm16);
612 void mov_w(const Operand& dst, const Immediate& src);
Dassembler-x87.cc406 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() function in v8::internal::Assembler
414 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() function in v8::internal::Assembler
422 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() function in v8::internal::Assembler
432 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() function in v8::internal::Assembler
Dmacro-assembler-x87.cc55 mov_w(dst, src); in Store()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1774 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local
1776 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
1994 ASSEMBLE_CHECKED_STORE_INTEGER(mov_w); in AssembleArchInstruction()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1741 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local
1743 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
1934 ASSEMBLE_CHECKED_STORE_INTEGER(mov_w); in AssembleArchInstruction()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1598 __ mov_w(operand, static_cast<int16_t>(value)); in DoSeqStringSetChar() local
1605 __ mov_w(operand, value); in DoSeqStringSetChar() local
3668 __ mov_w(operand, value); in DoStoreKeyedExternalArray() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc1875 __ mov_w(operand, static_cast<int16_t>(value)); in DoSeqStringSetChar() local
1882 __ mov_w(operand, value); in DoSeqStringSetChar() local
3975 __ mov_w(operand, value); in DoStoreKeyedExternalArray() local