Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dcodegen-ia32.cc458 __ 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
Dassembler-ia32.cc516 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
Dassembler-ia32.h607 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w() function
/external/v8/test/cctest/
Dtest-disasm-x87.cc150 __ mov_w(edx, Operand(esp, 16)); in TEST() local
151 __ mov_w(Operand(esp, 16), edx); in TEST() local
Dtest-disasm-ia32.cc150 __ mov_w(edx, Operand(esp, 16)); in TEST() local
151 __ mov_w(Operand(esp, 16), edx); in TEST() local
/external/v8/src/x87/
Dassembler-x87.cc386 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/
Dcode-generator-ia32.cc917 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local
919 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1263 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local
1265 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1750 __ 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/
Dlithium-codegen-x87.cc2027 __ 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/
Dfull-codegen-x87.cc3368 __ mov_w(FieldOperand(string, index, times_1, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc3376 __ mov_w(FieldOperand(string, index, times_1, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local