Searched refs:FuncRegOpnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2589 MipsOperand &FuncRegOpnd = static_cast<MipsOperand &>(*TmpReg[0]); local
2590 if (!FuncRegOpnd.isGPRAsmReg()) {
2591 reportParseError(FuncRegOpnd.getStartLoc(), "invalid register");
2596 FuncReg = FuncRegOpnd.getGPR32Reg();

Completed in 410 milliseconds