Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:IDVal

826     const MCExpr *IdVal;
828 if (getParser().parseExpression(IdVal))
831 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
836 const MCExpr *IdVal;
838 if (parseRelocOperand(IdVal))
843 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
861 const MCExpr *IdVal;
880 if (getParser().parseParenExpression(IdVal,EndLoc))
890 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(IdVal)) {
907 if (const MCSymbolRefExpr *MSRE = dyn_cast<MCSymbolRefExpr>(IdVal)) {
948 const MCExpr *IdVal = 0;
953 if (parseMemOffset(IdVal))
961 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
993 if (IdVal == 0)
994 IdVal = MCConstantExpr::Create(0, getContext());
1002 Operands.push_back(MipsOperand::CreateMem(RegNo, IdVal, S, E));
1496 StringRef IDVal = DirectiveID.getString();
1498 if ( IDVal == ".ent") {
1504 if (IDVal == ".end") {
1510 if (IDVal == ".frame") {
1516 if (IDVal == ".set") {
1520 if (IDVal == ".fmask") {
1526 if (IDVal == ".mask") {
1532 if (IDVal == ".gpword") {
1538 if (IDVal == ".word") {