Home
last modified time | relevance | path

Searched refs:S_PPCDoubleDouble (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h158 S_PPCDoubleDouble, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp206 case S_PPCDoubleDouble: in EnumToSemantics()
247 return S_PPCDoubleDouble; in SemanticsToEnum()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp982 case APFloat::S_PPCDoubleDouble: Out << 'Z'; break; in mangleFloat()