Home
last modified time | relevance | path

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

/external/chromium_org/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/chromium_org/v8/src/ia32/
Dcodegen-ia32.cc456 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local
457 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local
461 __ mov_w(eax, Operand(src, 0)); in CreateMemMoveFunction() local
463 __ mov_w(Operand(dst, 0), eax); in CreateMemMoveFunction() local
Dassembler-ia32.cc476 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() function in v8::internal::Assembler
484 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() function in v8::internal::Assembler
492 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() function in v8::internal::Assembler
Dlithium-codegen-ia32.cc1878 __ mov_w(operand, static_cast<int16_t>(value)); in DoSeqStringSetChar() local
1885 __ mov_w(operand, value); in DoSeqStringSetChar() local
4162 __ mov_w(operand, value); in DoStoreKeyedExternalArray() local
Dfull-codegen-ia32.cc3503 __ mov_w(FieldOperand(string, index, times_1, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local
/external/chromium_org/v8/src/compiler/ia32/
Dcode-generator-ia32.cc335 __ mov_w(operand, i.InputInt16(index)); in AssembleArchInstruction() local
337 __ mov_w(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/chromium_org/v8/src/x87/
Dassembler-x87.cc418 void Assembler::mov_w(Register dst, const Operand& src) { in mov_w() function in v8::internal::Assembler
426 void Assembler::mov_w(const Operand& dst, Register src) { in mov_w() function in v8::internal::Assembler
434 void Assembler::mov_w(const Operand& dst, int16_t imm16) { in mov_w() function in v8::internal::Assembler
Dlithium-codegen-x87.cc2146 __ mov_w(operand, static_cast<int16_t>(value)); in DoSeqStringSetChar() local
2153 __ mov_w(operand, value); in DoSeqStringSetChar() local
4577 __ mov_w(operand, value); in DoStoreKeyedExternalArray() local
Dfull-codegen-x87.cc3493 __ mov_w(FieldOperand(string, index, times_1, SeqTwoByteString::kHeaderSize), in EmitTwoByteSeqStringSetChar() local