Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1432 __ mulhw(i.OutputRegister(1), i.InputRegister(0), in AssembleArchInstruction() local
1438 __ mulhw(i.OutputRegister(1), i.InputRegister(0), in AssembleArchInstruction() local
1443 __ mulhw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc848 void Assembler::mulhw(Register dst, Register src1, Register src2, RCBit r) { in mulhw() function in v8::internal::Assembler