Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dassembler-x87.h624 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
625 void movsx_b(Register dst, const Operand& src);
Dassembler-x87.cc500 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
Dmacro-assembler-x87.cc37 movsx_b(dst, src); in Load()
/external/v8/src/ia32/
Dassembler-ia32.h625 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
626 void movsx_b(Register dst, const Operand& src);
Dassembler-ia32.cc620 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
Dmacro-assembler-ia32.cc37 movsx_b(dst, src); in Load()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1749 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1970 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_b); in AssembleArchInstruction()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1716 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1910 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_b); in AssembleArchInstruction()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2536 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2812 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local