Home
last modified time | relevance | path

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

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