/external/v8/src/ia32/ |
D | codegen-ia32.cc | 421 __ 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
|
D | assembler-ia32.h | 611 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);
|
D | assembler-ia32.cc | 536 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
|
D | macro-assembler-ia32.cc | 55 mov_w(dst, src); in Store()
|
/external/v8/src/x87/ |
D | assembler-x87.h | 609 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);
|
D | assembler-x87.cc | 406 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
|
D | macro-assembler-x87.cc | 55 mov_w(dst, src); in Store()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1774 __ 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/ |
D | code-generator-ia32.cc | 1741 __ 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/ |
D | lithium-codegen-ia32.cc | 1598 __ 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/ |
D | lithium-codegen-x87.cc | 1875 __ 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
|