Lines Matching refs:isARMLowRegister
1637 return isARMLowRegister(Memory.BaseRegNum) && in isMemThumbRR()
1638 (!Memory.OffsetRegNum || isARMLowRegister(Memory.OffsetRegNum)); in isMemThumbRR()
1643 !isARMLowRegister(Memory.BaseRegNum) || Memory.Alignment != 0) in isMemThumbRIs4()
1653 !isARMLowRegister(Memory.BaseRegNum) || Memory.Alignment != 0) in isMemThumbRIs2()
1663 !isARMLowRegister(Memory.BaseRegNum) || Memory.Alignment != 0) in isMemThumbRIs1()
6550 isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg()) && in shouldOmitCCOutOperand()
6551 isARMLowRegister(static_cast<ARMOperand &>(*Operands[4]).getReg()) && in shouldOmitCCOutOperand()
6578 (!isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg()) || in shouldOmitCCOutOperand()
6579 !isARMLowRegister(static_cast<ARMOperand &>(*Operands[4]).getReg()) || in shouldOmitCCOutOperand()
6580 !isARMLowRegister(static_cast<ARMOperand &>(*Operands[5]).getReg()) || in shouldOmitCCOutOperand()
6596 (!isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg()) || in shouldOmitCCOutOperand()
6597 !isARMLowRegister(static_cast<ARMOperand &>(*Operands[4]).getReg()) || in shouldOmitCCOutOperand()
6636 isARMLowRegister(static_cast<ARMOperand &>(*Operands[3]).getReg())) in shouldOmitCCOutOperand()
7185 if (!isARMLowRegister(OpReg) && (!HiReg || OpReg != HiReg)) in checkLowRegisterList()
9521 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
9522 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
9553 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
9554 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
9555 isARMLowRegister(Inst.getOperand(2).getReg()) && in processInstruction()
9590 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
9591 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
9829 !isARMLowRegister(Inst.getOperand(0).getReg()) || in processInstruction()
9997 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10018 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10019 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10041 if (isARMLowRegister(Inst.getOperand(0).getReg()) && in processInstruction()
10042 isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10135 if ((isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10136 isARMLowRegister(Inst.getOperand(2).getReg())) && in processInstruction()
10170 if ((isARMLowRegister(Inst.getOperand(1).getReg()) && in processInstruction()
10171 isARMLowRegister(Inst.getOperand(2).getReg())) && in processInstruction()
10268 isARMLowRegister(Inst.getOperand(1).getReg()) && in checkTargetMatchPredicate()
10269 isARMLowRegister(Inst.getOperand(2).getReg())) in checkTargetMatchPredicate()
10273 isARMLowRegister(Inst.getOperand(0).getReg()) && in checkTargetMatchPredicate()
10274 isARMLowRegister(Inst.getOperand(1).getReg())) in checkTargetMatchPredicate()