Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:FMul

81     dbgs() << "Unhandled type for FMul instruction: " << *Ty << "\n";
743 case Instruction::FMul: FLOAT_VECTOR_OP(*) break;
773 case Instruction::FMul: executeFMulInst(R, Src1, Src2, Ty); break;
1852 case Instruction::FMul: executeFMulInst(Dest, Op0, Op1, Ty); break;