Home
last modified time | relevance | path

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

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