Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h141 bool hasFPUv2() const { return HasFPUv2SingleFloat || HasFPUv2DoubleFloat; } in hasFPUv2() function
149 bool hasAnyFloatExt() const { return hasFPUv2() || hasFPUv3(); }; in hasAnyFloatExt()