Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:HiReg

5191 // 'false' otherwise. If Reg is in the register list or is HiReg, set
5194 unsigned HiReg, bool &containsReg) {
5201 if (!isARMLowRegister(OpReg) && (!HiReg || OpReg != HiReg))