Searched refs:movsx_b (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/x87/ |
D | assembler-x87.h | 622 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);
|
D | assembler-x87.cc | 502 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
|
D | macro-assembler-x87.cc | 40 movsx_b(dst, src); in Load()
|
D | lithium-codegen-x87.cc | 3360 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/test/cctest/ |
D | test-disasm-x87.cc | 115 __ movsx_b(edx, ecx); in TEST() local 154 __ movsx_b(edx, Operand(esp, 12)); in TEST() local
|
D | test-disasm-ia32.cc | 115 __ movsx_b(edx, ecx); in TEST() local 154 __ movsx_b(edx, Operand(esp, 12)); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 633 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);
|
D | assembler-ia32.cc | 560 void Assembler::movsx_b(Register dst, const Operand& src) { in movsx_b() function in v8::internal::Assembler
|
D | macro-assembler-ia32.cc | 40 movsx_b(dst, src); in Load()
|
D | lithium-codegen-ia32.cc | 3072 __ movsx_b(result, operand); in DoLoadKeyedExternalArray() local
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 310 __ movsx_b(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
|