Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.h61 FCOND_OGT, enumerator
H A DMipsInstPrinter.cpp54 case FCOND_OGT: return "ule"; in MipsFCCToString()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp622 case ISD::SETOGT: return Mips::FCOND_OGT; in condCodeToFCC()