Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h52 bool HasDFPZonedConversion; variable
163 bool hasDFPZonedConversion() const { return HasDFPZonedConversion; } in hasDFPZonedConversion()
DSystemZSubtarget.cpp46 HasDFPZonedConversion(false), HasEnhancedDAT2(false), in SystemZSubtarget()