Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.h61 FCOND_OGT, enumerator
DMipsInstPrinter.cpp53 case FCOND_OGT: return "ule"; in MipsFCCToString()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp611 case ISD::SETOGT: return Mips::FCOND_OGT; in condCodeToFCC()