Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/VE/
DVE.h79 RD_RN = 11, // Round to Nearest (ties to Even) enumerator
270 case VERD::RD_RN: in VERDToString()
285 .Case(".rn", VERD::RD_RN) in stringToVERD()
296 case VERD::RD_RN: in VERDToVal()
315 case static_cast<unsigned>(VERD::RD_RN): in VEValToRD()
316 return VERD::RD_RN; in VEValToRD()
DVEInstrInfo.td506 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even)