Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h80 RD_RA = 12, // Round to Nearest (ties to Away) enumerator
276 case VERD::RD_RA: in VERDToString()
290 .Case(".ra", VERD::RD_RA) in stringToVERD()
301 case VERD::RD_RA: in VERDToVal()
321 case static_cast<unsigned>(VERD::RD_RA): in VEValToRD()
322 return VERD::RD_RA; in VEValToRD()
H A DVEInstrInfo.td534 def RD_RA : RD_VAL<12>; // Round to Nearest (ties to Away)