Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:RegHi

856         int64_t RegLo, RegHi;
870 RegHi = RegLo;
872 if (getParser().parseAbsoluteExpression(RegHi))
880 RegWidth = (RegHi - RegLo) + 1;