Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCSKYAttributes.cpp25 {CSKY_FPU_DENORMAL, "Tag_CSKY_FPU_DENORMAL"},
H A DCSKYAttributeParser.cpp54 CSKYAttrs::CSKY_FPU_DENORMAL,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCSKYAttributes.h33 CSKY_FPU_DENORMAL = 19, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp330 emitAttribute(CSKYAttrs::CSKY_FPU_DENORMAL, CSKYAttrs::NEEDED); in emitTargetAttributes()