Searched refs:NumString (Results 1 – 1 of 1) sorted by relevance
5632 StringRef NumString = Name.substr(1); in matchFPURegisterName() local5634 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()5645 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local5647 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()5658 StringRef NumString = Name.substr(2); in matchACRegisterName() local5660 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()