Searched refs:NumString (Results 1 – 1 of 1) sorted by relevance
6248 StringRef NumString = Name.substr(1); in matchFPURegisterName() local6250 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()6261 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local6263 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()6274 StringRef NumString = Name.substr(2); in matchACRegisterName() local6276 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()