Searched refs:mulhw (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1079 Format(instr, "mulhw'o'. 'rt, 'ra, 'rb"); in DecodeExt2()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 1432 __ 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 D | assembler-ppc.h | 896 void mulhw(Register dst, Register src1, Register src2, RCBit r = LeaveRC);
|
H A D | constants-ppc.h | 2123 V(mulhw, MULHWX, 0x7C000096) \
|
H A D | assembler-ppc.cc | 848 void Assembler::mulhw(Register dst, Register src1, Register src2, RCBit r) { in mulhw() function in v8::internal::Assembler
|
Completed in 24 milliseconds