/external/v8/src/ia32/ |
D | codegen-ia32.cc | 458 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local 459 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local 463 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local 465 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local
|
D | assembler-ia32.cc | 516 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() function in v8::internal::Assembler 524 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() function in v8::internal::Assembler 532 void Assembler::mov_w(const Operand& dst, const Immediate& src) { in mov_w() function in v8::internal::Assembler
|
D | assembler-ia32.h | 607 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() function
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 150 __ mov_w(edx, Operand(esp, 16)); in TEST() local 151 __ mov_w(Operand(esp, 16), edx); in TEST() local
|
D | test-disasm-ia32.cc | 150 __ mov_w(edx, Operand(esp, 16)); in TEST() local 151 __ mov_w(Operand(esp, 16), edx); in TEST() local
|
/external/v8/src/x87/ |
D | assembler-x87.cc | 386 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() function in v8::internal::Assembler 394 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() function in v8::internal::Assembler 402 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() function in v8::internal::Assembler 412 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 | 917 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local 919 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1263 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local 1265 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1750 __ mov_w(operand, static_cast<int16_t>(value)); in DoSeqStringSetChar() local 1757 __ mov_w(operand, value); in DoSeqStringSetChar() local 3933 __ mov_w(operand, value); in DoStoreKeyedExternalArray() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2027 __ mov_w(operand, static_cast<int16_t>(value)); in DoSeqStringSetChar() local 2034 __ mov_w(operand, value); in DoSeqStringSetChar() local 4306 __ mov_w(operand, value); in DoStoreKeyedExternalArray() local
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 3368 __ mov_w(FieldOperand(string, index, times_1, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 3376 __ mov_w(FieldOperand(string, index, times_1, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local
|