Searched defs:mov_w (Results 1 – 8 of 8) sorted by relevance
/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.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 | assembler-ia32.h | 612 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() function
|
/external/v8/src/x87/ |
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
|
/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
|
/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
|
/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
|