Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZSubtarget.h29 bool HasZ10Insts; variable
41 bool isZ10() const { return HasZ10Insts; } in isZ10()
DSystemZSubtarget.cpp29 SystemZGenSubtargetInfo(TT, CPU, FS), HasZ10Insts(false) { in SystemZSubtarget()
DSystemZ.td21 def FeatureZ10 : SubtargetFeature<"z10", "HasZ10Insts", "true",