Lines Matching defs:op1

131 flushToZero(fpType &op1, fpType &op2)
133 bool flush1 = flushToZero(op1);
149 vfpFlushToZero(FPSCR &fpscr, fpType &op1, fpType &op2)
151 vfpFlushToZero(fpscr, op1);
219 fpType fixDest(FPSCR fpscr, fpType val, fpType op1);
222 fpType fixDest(FPSCR fpscr, fpType val, fpType op1, fpType op2);
225 fpType fixDivDest(FPSCR fpscr, fpType val, fpType op1, fpType op2);
471 void nextIdxs(IntRegIndex &dest, IntRegIndex &op1, IntRegIndex &op2);
472 void nextIdxs(IntRegIndex &dest, IntRegIndex &op1);
589 fpMulAdd(T op1, T op2, T addend)
594 result = fmaf(op1, op2, addend);
596 result = fma(op1, op2, addend);
599 if (std::isnan(result) && !std::isnan(op1) &&
603 result = bitsToFp(fpToBits(result) & ~bitMask, op1);
788 doOp(float op1, float op2) const
794 doOp(float op1) const
800 doOp(double op1, double op2) const
806 doOp(double op1) const
833 fpType op1, fpType op2) const;
837 ternaryOp(FPSCR &fpscr, fpType op1, fpType op2, fpType op3,
843 binaryOp(FPSCR &fpscr, fpType op1, fpType op2,
849 unaryOp(FPSCR &fpscr, fpType op1,
885 IntRegIndex op1, op2;
893 op1(_op1), op2(_op2), condCode(_condCode), defCc(_defCc)
903 IntRegIndex dest, op1, op2;
910 dest(_dest), op1(_op1), op2(_op2), condCode(_condCode)
921 IntRegIndex op1;
926 FpOp(mnem, _machInst, __opClass), dest(_dest), op1(_op1)
957 IntRegIndex op1;
963 FpOp(mnem, _machInst, __opClass), dest(_dest), op1(_op1), imm(_imm)
976 IntRegIndex op1;
982 FpOp(mnem, _machInst, __opClass), dest(_dest), op1(_op1), op2(_op2)
995 IntRegIndex op1;
1003 FpOp(mnem, _machInst, __opClass), dest(_dest), op1(_op1), op2(_op2),
1017 IntRegIndex op1;
1024 FpOp(mnem, _machInst, __opClass), dest(_dest), op1(_op1), op2(_op2),
1038 IntRegIndex op1;
1047 dest(_dest), op1(_op1), op2(_op2), imm(_imm)