reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1522 if (MatchRegisterName(RegNo, IntVal)) 1529 else if (getParser().parseAbsoluteExpression(IntVal) || IntVal < 0 || 1529 else if (getParser().parseAbsoluteExpression(IntVal) || IntVal < 0 || 1530 IntVal > 31) 1536 if (!MatchRegisterName(RegNo, IntVal)) { 1549 Operands.push_back(PPCOperand::CreateImm(IntVal, S, E, isPPC64()));