Home
last modified time | relevance | path

Searched defs:Float64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h200 Float64, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h214 Float64 = 1 << 7, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h332 uint64_t Float64; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp101 Float64, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp464 bool Float64, unsigned LoweredOpcode) { in LowerFPToInt()