Searched refs:NumString (Results 1 – 1 of 1) sorted by relevance
4032 StringRef NumString = Name.substr(1); in matchFPURegisterName() local4034 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()4046 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local4048 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()4060 StringRef NumString = Name.substr(2); in matchACRegisterName() local4062 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()