Home
last modified time | relevance | path

Searched defs:mulld (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1421 __ mulld(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local
2416 __ mulld(scratch_0, scratch_0, scratch_1); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc1128 void Assembler::mulld(Register dst, Register src1, Register src2, OEBit o, in mulld() function in v8::internal::Assembler