Displaying 1 result from an estimated 1 matches for "hasdiv".
2016 Mar 05
2
Enable / Disable a processor feature
...-----------------------------------------------------------===//
def FeatureMul : SubtargetFeature<"mul", "HasMul", "true",
"Enable hardware multiplier">;
def FeatureDiv : SubtargetFeature<"div", "HasDiv", "true",
"Enable hardware divider">;
def FeatureCmov : SubtargetFeature<"cmov", "HasCmov", "true",
"Enable conditional move instruction">;
def FeatureAd...