Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:isThumb

52   bool isThumb() const {
57 return isThumb() && (STI.getFeatureBits() & ARM::FeatureThumb2) != 0;
1536 if (isThumb() && Size == 4) {