Lines Matching defs:EVal
124 bool matchSparcAsmModifiers(const MCExpr *&EVal, SMLoc &EndLoc);
1126 const MCExpr *EVal;
1160 EVal = MCConstantExpr::create(ImmVal, getContext());
1162 Operands.push_back(SparcOperand::CreateImm(EVal, S, E));
1379 const MCExpr *EVal;
1398 if (matchSparcAsmModifiers(EVal, E)) {
1400 Op = SparcOperand::CreateImm(EVal, S, E);
1411 if (getParser().parseExpression(EVal, E))
1415 if (!EVal->evaluateAsAbsolute(Res)) {
1424 EVal = SparcMCExpr::create(Kind, EVal, getContext());
1426 Op = SparcOperand::CreateImm(EVal, S, E);
1643 bool SparcAsmParser::matchSparcAsmModifiers(const MCExpr *&EVal,
1682 EVal = adjustPICRelocation(VK, subExpr);