Searched refs:NumString (Results 1 – 1 of 1) sorted by relevance
6262 StringRef NumString = Name.substr(1); in matchFPURegisterName() local6264 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()6275 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local6277 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()6288 StringRef NumString = Name.substr(2); in matchACRegisterName() local6290 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()