Searched defs:mulhw (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1432 __ 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/ |
| D | assembler-ppc.cc | 848 void Assembler::mulhw(Register dst, Register src1, Register src2, RCBit r) { in mulhw() function in v8::internal::Assembler
|