Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:isThumb

50   bool isThumb() const {
55 return isThumb() && (STI.getFeatureBits() & ARM::FeatureThumb2) != 0;
1460 if (isThumb() && Size == 4) {