Searched defs:movsx_b (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/x87/ |
D | assembler-x87.h | 629 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
|
D | assembler-x87.cc | 495 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1366 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 630 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
|
D | assembler-ia32.cc | 615 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1753 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2538 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2814 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
|