Searched refs:mov_w (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/ia32/
H A Dcodegen-ia32.cc421 __ mov_w(eax, Operand(src, 0));
422 __ mov_w(Operand(dst, 0), eax);
426 __ mov_w(eax, Operand(src, 0));
428 __ mov_w(Operand(dst, 0), eax);
H A Dassembler-ia32.h611 void mov_w(Register dst, const Operand& src);
612 void mov_w(const Operand& dst, int16_t src) { mov_w(dst, Immediate(src)); }
613 void mov_w(const Operand& dst, const Immediate& src);
614 void mov_w(const Operand& dst, Register src);
H A Dassembler-ia32.cc536 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
544 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
552 void Assembler::mov_w(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
H A Dmacro-assembler-ia32.cc55 mov_w(dst, src);
/external/v8/src/x87/
H A Dassembler-x87.h609 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);
H A Dassembler-x87.cc406 void Assembler::mov_w(Register dst, const Operand& src) { function in class:v8::internal::Assembler
414 void Assembler::mov_w(const Operand& dst, Register src) { function in class:v8::internal::Assembler
422 void Assembler::mov_w(const Operand& dst, int16_t imm16) { function in class:v8::internal::Assembler
432 void Assembler::mov_w(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
H A Dmacro-assembler-x87.cc55 mov_w(dst, src);
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc1741 __ mov_w(operand, i.InputInt16(index));
1743 __ mov_w(operand, i.InputRegister(index));
1934 ASSEMBLE_CHECKED_STORE_INTEGER(mov_w);
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc1774 __ mov_w(operand, i.InputInt16(index));
1776 __ mov_w(operand, i.InputRegister(index));
1994 ASSEMBLE_CHECKED_STORE_INTEGER(mov_w);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1598 __ mov_w(operand, static_cast<int16_t>(value));
1605 __ mov_w(operand, value);
3668 __ mov_w(operand, value);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc1875 __ mov_w(operand, static_cast<int16_t>(value));
1882 __ mov_w(operand, value);
3975 __ mov_w(operand, value);

Completed in 220 milliseconds