Searched refs:Mulh (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 449 DEFINE_INSTRUCTION(Mulh)
|
H A D | macro-assembler-mips64.cc | 439 void TurboAssembler::Mulh(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 5158 Mulh(overflow, left, right_reg); in CallRecordWriteStub() 5162 Mulh(overflow, left, right_reg); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 437 DEFINE_INSTRUCTION(Mulh)
|
H A D | macro-assembler-mips.cc | 483 void TurboAssembler::Mulh(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 967 __ Mulh(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 1000 __ Mulh(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
|
Completed in 31 milliseconds