Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:FSub

72     dbgs() << "Unhandled type for FSub instruction: " << *Ty << "\n";
744 case Instruction::FSub: FLOAT_VECTOR_OP(-) break;
774 case Instruction::FSub: executeFSubInst(R, Src1, Src2, Ty); break;
2030 case Instruction::FSub: executeFSubInst(Dest, Op0, Op1, Ty); break;