Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCSKYAttributes.cpp26 {CSKY_FPU_EXCEPTION, "Tag_CSKY_FPU_EXCEPTION"},
H A DCSKYAttributeParser.cpp58 CSKYAttrs::CSKY_FPU_EXCEPTION,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCSKYAttributes.h34 CSKY_FPU_EXCEPTION = 20, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp331 emitAttribute(CSKYAttrs::CSKY_FPU_EXCEPTION, CSKYAttrs::NEEDED); in emitTargetAttributes()