Lines Matching refs:isARMLowRegister

1721     return isARMLowRegister(Memory.BaseRegNum) &&  in isMemThumbRR()
1722 (!Memory.OffsetRegNum || isARMLowRegister(Memory.OffsetRegNum)); in isMemThumbRR()
1727 !isARMLowRegister(Memory.BaseRegNum) || Memory.Alignment != 0) in isMemThumbRIs4()
1740 !isARMLowRegister(Memory.BaseRegNum) || Memory.Alignment != 0) in isMemThumbRIs2()
1753 !isARMLowRegister(Memory.BaseRegNum) || Memory.Alignment != 0) in isMemThumbRIs1()
6752 isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg()) && in shouldOmitCCOutOperand()
6753 isARMLowRegister(static_cast<ARMOperand &>(*Operands[4]).getReg()) && in shouldOmitCCOutOperand()
6780 (!isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg()) || in shouldOmitCCOutOperand()
6781 !isARMLowRegister(static_cast<ARMOperand &>(*Operands[4]).getReg()) || in shouldOmitCCOutOperand()
6782 !isARMLowRegister(static_cast<ARMOperand &>(*Operands[5]).getReg()) || in shouldOmitCCOutOperand()
6798 (!isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg()) || in shouldOmitCCOutOperand()
6799 !isARMLowRegister(static_cast<ARMOperand &>(*Operands[4]).getReg()) || in shouldOmitCCOutOperand()
6838 isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg())) in shouldOmitCCOutOperand()
7467 if (!isARMLowRegister(OpReg) && (!HiReg || OpReg != HiReg)) in checkLowRegisterList()
9973 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
9974 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10005 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10006 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10007 isARMLowRegister(Inst.getOperand(2).getReg()) && in processInstruction()
10042 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10043 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10281 !isARMLowRegister(Inst.getOperand(0).getReg()) || in processInstruction()
10449 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10470 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10471 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10496 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10497 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10590 if ((isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10591 isARMLowRegister(Inst.getOperand(2).getReg())) && in processInstruction()
10625 if ((isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10626 isARMLowRegister(Inst.getOperand(2).getReg())) && in processInstruction()
10723 isARMLowRegister(Inst.getOperand(1).getReg()) && in checkTargetMatchPredicate()
10724 isARMLowRegister(Inst.getOperand(2).getReg())) in checkTargetMatchPredicate()
10728 isARMLowRegister(Inst.getOperand(0).getReg()) && in checkTargetMatchPredicate()
10729 isARMLowRegister(Inst.getOperand(1).getReg())) in checkTargetMatchPredicate()