Searched refs:movsx_w (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/x87/ |
D | assembler-x87.h | 627 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);
|
D | assembler-x87.cc | 508 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 41 movsx_w(dst, src); in Load()
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 628 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);
|
D | assembler-ia32.cc | 628 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w() function in v8::internal::Assembler
|
D | macro-assembler-ia32.cc | 41 movsx_w(dst, src); in Load()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1765 __ movsx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local 1976 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_w); in AssembleArchInstruction()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1732 __ movsx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local 1916 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_w); in AssembleArchInstruction()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2543 __ movsx_w(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2819 __ movsx_w(result, operand); in DoLoadKeyedExternalArray() local
|