Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6262 StringRef NumString = Name.substr(1); in matchFPURegisterName() local
6264 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()
6275 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local
6277 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()
6288 StringRef NumString = Name.substr(2); in matchACRegisterName() local
6290 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()