Lines Matching refs:IdVal
1008 const MCExpr *IdVal;
1010 if (getParser().parseExpression(IdVal))
1013 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
1018 const MCExpr *IdVal;
1020 if (parseRelocOperand(IdVal))
1025 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
1111 const MCExpr *IdVal;
1130 if (getParser().parseParenExpression(IdVal, EndLoc))
1139 Res = evaluateRelocExpr(IdVal, Str);
1182 const MCExpr *IdVal = 0;
1194 if (parseMemOffset(IdVal, isParenExpr))
1203 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
1213 IdVal, S, E));
1246 if (IdVal == 0)
1247 IdVal = MCConstantExpr::Create(0, getContext());
1255 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(IdVal)) {
1257 if (IdVal->EvaluateAsAbsolute(Imm))
1258 IdVal = MCConstantExpr::Create(Imm, getContext());
1260 IdVal = MCBinaryExpr::Create(BE->getOpcode(), BE->getRHS(), BE->getLHS(),
1264 Operands.push_back(MipsOperand::CreateMem(RegNo, IdVal, S, E));
1840 StringRef IDVal = DirectiveID.getString();
1842 if (IDVal == ".ent") {
1848 if (IDVal == ".end") {
1854 if (IDVal == ".frame") {
1860 if (IDVal == ".set") {
1864 if (IDVal == ".fmask") {
1870 if (IDVal == ".mask") {
1876 if (IDVal == ".gpword") {
1882 if (IDVal == ".word") {