Searched defs:movsx_w (Results 1 – 10 of 10) sorted by relevance
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 116 __ movsx_w(edx, ecx); in TEST() local 153 __ movsx_w(edx, Operand(esp, 12)); in TEST() local
|
D | test-disasm-ia32.cc | 116 __ movsx_w(edx, ecx); in TEST() local 153 __ movsx_w(edx, Operand(esp, 12)); in TEST() local
|
/external/v8/src/x87/ |
D | assembler-x87.h | 621 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
|
D | assembler-x87.cc | 488 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w() function in v8::internal::Assembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 908 __ movsx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 623 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w() function
|
D | assembler-ia32.cc | 608 void Assembler::movsx_w(Register dst, const Operand& src) { in movsx_w() function in v8::internal::Assembler
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1254 __ movsx_w(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2854 __ movsx_w(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 3127 __ movsx_w(result, operand); in DoLoadKeyedExternalArray() local
|