Searched refs:minuend (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 268 const SkPath* minuend = &one; in OpDebug() local 271 minuend = &two; in OpDebug() 279 SkOpEdgeBuilder builder(*minuend, &contour, &allocator, &globalState); in OpDebug()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 800 LMultiplySubD(LOperand* minuend, LOperand* multiplier, in LMultiplySubD() argument 802 inputs_[0] = minuend; in LMultiplySubD() 807 LOperand* minuend() { return inputs_[0]; } in minuend() function 2665 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);
|
D | lithium-arm.cc | 1615 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) { in DoMultiplySub() argument 1616 LOperand* minuend_op = UseRegisterAtStart(minuend); in DoMultiplySub()
|
D | lithium-codegen-arm.cc | 1325 DwVfpRegister minuend = ToDoubleRegister(instr->minuend()); in DoMultiplySubD() local 1330 DCHECK(minuend.is(ToDoubleRegister(instr->result()))); in DoMultiplySubD() 1332 __ vmls(minuend, multiplier, multiplicand); in DoMultiplySubD()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 778 LMultiplySubD(LOperand* minuend, LOperand* multiplier, in LMultiplySubD() argument 780 inputs_[0] = minuend; in LMultiplySubD() 785 LOperand* minuend() { return inputs_[0]; } in minuend() function 2548 LInstruction* DoMultiplySub(HValue* minuend, HMul* mul);
|
D | lithium-ppc.cc | 1589 LInstruction* LChunkBuilder::DoMultiplySub(HValue* minuend, HMul* mul) { in DoMultiplySub() argument 1590 LOperand* minuend_op = UseRegisterAtStart(minuend); in DoMultiplySub()
|
D | lithium-codegen-ppc.cc | 1388 DoubleRegister minuend = ToDoubleRegister(instr->minuend()); in DoMultiplySubD() local 1393 __ fmsub(result, multiplier, multiplicand, minuend); in DoMultiplySubD()
|