Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dassembler-x87.h622 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
623 void movsx_b(Register dst, const Operand& src);
Dassembler-x87.cc502 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
Dmacro-assembler-x87.cc40 movsx_b(dst, src); in Load()
Dlithium-codegen-x87.cc3360 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
/external/v8/test/cctest/
Dtest-disasm-x87.cc115 __ movsx_b(edx, ecx); in TEST() local
154 __ movsx_b(edx, Operand(esp, 12)); in TEST() local
Dtest-disasm-ia32.cc115 __ movsx_b(edx, ecx); in TEST() local
154 __ movsx_b(edx, Operand(esp, 12)); in TEST() local
/external/v8/src/ia32/
Dassembler-ia32.h633 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b() function
634 void movsx_b(Register dst, const Operand& src);
Dassembler-ia32.cc560 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
Dmacro-assembler-ia32.cc40 movsx_b(dst, src); in Load()
Dlithium-codegen-ia32.cc3072 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc310 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local