Searched refs:NumString (Results 1 – 1 of 1) sorted by relevance
6321 StringRef NumString = Name.substr(1); in matchFPURegisterName() local6323 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()6334 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local6336 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()6347 StringRef NumString = Name.substr(2); in matchACRegisterName() local6349 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()