Home
last modified time | relevance | path

Searched refs:FCOND_OGE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.h59 FCOND_OGE, enumerator
H A DMipsInstPrinter.cpp50 case FCOND_OGE: return "ult"; in MipsFCCToString()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp626 case ISD::SETOGE: return Mips::FCOND_OGE; in condCodeToFCC()