Home
last modified time | relevance | path

Searched refs:movsx_w (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.h627 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
628 void movsx_w(Register dst, const Operand& src);
Dassembler-x87.cc508 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w() function in v8::internal::Assembler
Dmacro-assembler-x87.cc41 movsx_w(dst, src); in Load()
/external/v8/src/ia32/
Dassembler-ia32.h628 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
629 void movsx_w(Register dst, const Operand& src);
Dassembler-ia32.cc628 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w() function in v8::internal::Assembler
Dmacro-assembler-ia32.cc41 movsx_w(dst, src); in Load()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1765 __ movsx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1976 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_w); in AssembleArchInstruction()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1732 __ movsx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1916 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_w); in AssembleArchInstruction()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2543 __ movsx_w(result, operand); in DoLoadKeyedExternalArray() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2819 __ movsx_w(result, operand); in DoLoadKeyedExternalArray() local