Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h159 S_PPCDoubleDouble enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp138 case S_PPCDoubleDouble: in EnumToSemantics()
159 return S_PPCDoubleDouble; in SemanticsToEnum()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp823 case APFloat::S_PPCDoubleDouble: Out << 'Z'; break; in mangleFloat()