Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/VE/
DVE.h80 RD_RA = 12, // Round to Nearest (ties to Away) enumerator
272 case VERD::RD_RA: in VERDToString()
286 .Case(".ra", VERD::RD_RA) in stringToVERD()
297 case VERD::RD_RA: in VERDToVal()
317 case static_cast<unsigned>(VERD::RD_RA): in VEValToRD()
318 return VERD::RD_RA; in VEValToRD()
DVEInstrInfo.td507 def RD_RA : RD_VAL<12>; // Round to Nearest (ties to Away)