Searched defs:mulhw (Results 1 – 2 of 2) sorted by relevance
1460 __ mulhw(i.OutputRegister(1), in AssembleArchInstruction() local1466 __ mulhw(i.OutputRegister(1), in AssembleArchInstruction() local1471 __ mulhw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local
891 void Assembler::mulhw(Register dst, Register src1, Register src2, RCBit r) { in mulhw() function in v8::internal::Assembler