Home | History | Annotate | Download | only in X86

Lines Matching refs:FCMP_OGE

947   case CmpInst::FCMP_OGE: SwapArgs = false; SetCCOpc = X86::SETAEr; break;
1047 case CmpInst::FCMP_OGE: SwapArgs = false; BranchOpc = X86::JAE_4; break;