Home | History | Annotate | Download | only in X86

Lines Matching refs:isFP

3394 static unsigned TranslateX86CC(ISD::CondCode SetCCOpcode, bool isFP,
3396 if (!isFP) {
5660 bool isFP = Op1.getValueType().isFloatingPoint();
5661 unsigned X86CCVal = TranslateX86CC(CC, isFP, Op0, Op1, DAG);
9676 bool isFP = Op.getOperand(1).getValueType().getSimpleVT().isFloatingPoint();
9679 if (isFP) {
9888 bool isFP = Op1.getValueType().getSimpleVT().isFloatingPoint();
9889 unsigned X86CC = TranslateX86CC(CC, isFP, Op0, Op1, DAG);