Displaying 1 result from an estimated 1 matches for "featureaddc".
2016 Mar 05
2
Enable / Disable a processor feature
...ot;HasDiv", "true",
"Enable hardware divider">;
def FeatureCmov : SubtargetFeature<"cmov", "HasCmov", "true",
"Enable conditional move instruction">;
def FeatureAddc : SubtargetFeature<"addc", "HasAddc", "true",
"Enable add with carry instruction">;
//===----------------------------------------------------------------------===//
// Esencia processors supported.
//===------------...