Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp5632 StringRef NumString = Name.substr(1); in matchFPURegisterName() local
5634 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()
5645 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local
5647 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()
5658 StringRef NumString = Name.substr(2); in matchACRegisterName() local
5660 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()