Home
last modified time | relevance | path

Searched refs:NumString (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6248 StringRef NumString = Name.substr(1); in matchFPURegisterName() local
6250 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()
6261 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local
6263 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()
6274 StringRef NumString = Name.substr(2); in matchACRegisterName() local
6276 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()