Home
last modified time | relevance | path

Searched refs:Mulh (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h449 DEFINE_INSTRUCTION(Mulh)
H A Dmacro-assembler-mips64.cc439 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 Dmacro-assembler-mips.h437 DEFINE_INSTRUCTION(Mulh)
H A Dmacro-assembler-mips.cc483 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 Dcode-generator-mips64.cc967 __ Mulh(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1000 __ Mulh(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()

Completed in 31 milliseconds