Home
last modified time | relevance | path

Searched refs:FCOND_ULT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.h39 FCOND_ULT, enumerator
H A DMipsInstPrinter.cpp49 case FCOND_ULT: in MipsFCCToString()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp843 MipsFCMPCondCode = Mips::FCOND_ULT; in select()
H A DMipsISelLowering.cpp627 case ISD::SETULT: return Mips::FCOND_ULT; in condCodeToFCC()