Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h60 bool HasFPUv2SingleFloat; variable
139 bool hasFPUv2SingleFloat() const { return HasFPUv2SingleFloat; } in hasFPUv2SingleFloat()
141 bool hasFPUv2() const { return HasFPUv2SingleFloat || HasFPUv2DoubleFloat; } in hasFPUv2()
H A DCSKYSubtarget.cpp35 HasFPUv2SingleFloat = false; in initializeSubtargetDependencies()
H A DCSKY.td22 : SubtargetFeature<"fpuv2_sf", "HasFPUv2SingleFloat", "true",