Home
last modified time | relevance | path

Searched refs:mulhw (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc1079 Format(instr, "mulhw'o'. 'rt, 'ra, 'rb"); in DecodeExt2()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1432 __ mulhw(i.OutputRegister(1), i.InputRegister(0), in AssembleArchInstruction()
1438 __ mulhw(i.OutputRegister(1), i.InputRegister(0), in AssembleArchInstruction()
1443 __ mulhw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h896 void mulhw(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
H A Dconstants-ppc.h2123 V(mulhw, MULHWX, 0x7C000096) \
H A Dassembler-ppc.cc848 void Assembler::mulhw(Register dst, Register src1, Register src2, RCBit r) { in mulhw() function in v8::internal::Assembler

Completed in 20 milliseconds