Home | History | Annotate | Download | only in Interpreter

Lines Matching full:fadd

60     dbgs() << "Unhandled type for FAdd instruction: " << *Ty << "\n";
742 case Instruction::FAdd: FLOAT_VECTOR_OP(+) break;
772 case Instruction::FAdd: executeFAddInst(R, Src1, Src2, Ty); break;
2028 case Instruction::FAdd: executeFAddInst(Dest, Op0, Op1, Ty); break;