Searched refs:movsx_b (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/x87/ |
D | assembler-x87.h | 624 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);
|
D | assembler-x87.cc | 500 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 37 movsx_b(dst, src); in Load()
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 625 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);
|
D | assembler-ia32.cc | 620 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
|
D | macro-assembler-ia32.cc | 37 movsx_b(dst, src); in Load()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1749 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local 1970 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_b); in AssembleArchInstruction()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1716 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local 1910 ASSEMBLE_CHECKED_LOAD_INTEGER(movsx_b); in AssembleArchInstruction()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2536 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2812 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
|