Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:RegHi

1713         int64_t RegLo, RegHi;
1727 RegHi = RegLo;
1729 if (getParser().parseAbsoluteExpression(RegHi))
1737 RegWidth = (RegHi - RegLo) + 1;