Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6321 StringRef NumString = Name.substr(1); in matchFPURegisterName() local
6323 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()
6334 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local
6336 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()
6347 StringRef NumString = Name.substr(2); in matchACRegisterName() local
6349 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()