Searched refs:VERD (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVE.h73 namespace VERD { namespace in namespace:llvm
260 inline static const char *VERDToString(VERD::RoundingMode R) {
262 case VERD::RD_NONE:
264 case VERD::RD_RZ:
266 case VERD::RD_RP:
268 case VERD::RD_RM:
270 case VERD::RD_RN:
272 case VERD::RD_RA:
279 inline static VERD::RoundingMode stringToVERD(StringRef S) {
280 return StringSwitch<VERD
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCCodeEmitter.cpp153 return VERDToVal(static_cast<VERD::RoundingMode>(
H A DVEInstPrinter.cpp226 O << VERDToString((VERD::RoundingMode)RD);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp884 VERD::RoundingMode RoundingMode = stringToVERD(RD);
886 if (RoundingMode != VERD::UNKNOWN) {

Completed in 204 milliseconds