Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4032 StringRef NumString = Name.substr(1); in matchFPURegisterName() local
4034 if (NumString.getAsInteger(10, IntVal)) in matchFPURegisterName()
4046 StringRef NumString = Name.substr(3); in matchFCCRegisterName() local
4048 if (NumString.getAsInteger(10, IntVal)) in matchFCCRegisterName()
4060 StringRef NumString = Name.substr(2); in matchACRegisterName() local
4062 if (NumString.getAsInteger(10, IntVal)) in matchACRegisterName()