Home
last modified time | relevance | path

Searched refs:RD_RN (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h79 RD_RN = 11, // Round to Nearest (ties to Even) enumerator
274 case VERD::RD_RN: in VERDToString()
289 .Case(".rn", VERD::RD_RN) in stringToVERD()
300 case VERD::RD_RN: in VERDToVal()
319 case static_cast<unsigned>(VERD::RD_RN): in VEValToRD()
320 return VERD::RD_RN; in VEValToRD()
H A DVEInstrInfo.td533 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even)