Home
last modified time | relevance | path

Searched defs:movsx_b (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.h629 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
Dassembler-x87.cc495 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1366 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
/external/v8/src/ia32/
Dassembler-ia32.h630 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
Dassembler-ia32.cc615 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1753 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2538 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2814 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local