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.h80 RD_RN = 11, // Round to Nearest (ties to Even) enumerator
275 case VERD::RD_RN: in VERDToString()
290 .Case(".rn", VERD::RD_RN) in stringToVERD()
301 case VERD::RD_RN: in VERDToVal()
320 case static_cast<unsigned>(VERD::RD_RN): in VEValToRD()
321 return VERD::RD_RN; in VEValToRD()
H A DVEInstrInfo.td533 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even)