Searched defs:mullw (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 1262 __ mullw(i.TempRegister(0), i.InputRegister(0), i.InputRegister(3)); in AssembleArchInstruction() local 1263 __ mullw(i.TempRegister(1), i.InputRegister(2), i.InputRegister(1)); in AssembleArchInstruction() local 1265 __ mullw(i.OutputRegister(0), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction() local 1416 __ mullw(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() local 1431 __ mullw(kScratchReg, i.InputRegister(0), i.InputRegister(1)); // low in AssembleArchInstruction() local 1436 __ mullw(i.OutputRegister(0), i.InputRegister(0), in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/ppc/ |
| D | assembler-ppc.cc | 838 void Assembler::mullw(Register dst, Register src1, Register src2, OEBit o, in mullw() function in v8::internal::Assembler
|