Lines Matching refs:inITBlock
167 bool inITBlock() { return ITState.CurPosition != ~0U; }
172 if (!inITBlock()) return;
4648 if(inITBlock()) {
5532 if (inITBlock() &&
5563 !inITBlock() || (static_cast<ARMOperand &>(*Operands[3]).getReg() !=
5580 !inITBlock()))
6014 else if (inITBlock() && !lastInITBlock() && ListContainsPC)
6051 if (inITBlock() && !instIsBreakpoint(Inst)) {
7841 Inst.getOperand(5).getReg() == (inITBlock() ? 0 : ARM::CPSR) &&
7877 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsr))
7911 inITBlock() == (Inst.getOpcode() == ARM::t2MOVsi))
8124 ((!inITBlock() && Inst.getOperand(5).getReg() != ARM::CPSR) ||
8125 (inITBlock() && Inst.getOperand(5).getReg() != 0)) ||
8181 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()) {
8188 if (Inst.getOperand(1).getImm() != ARMCC::AL && !inITBlock()){
8195 if (Inst.getOperand(1).getImm() == ARMCC::AL || inITBlock()) {
8276 ((!inITBlock() && Inst.getOperand(2).getImm() == ARMCC::AL &&
8278 (inITBlock() && Inst.getOperand(4).getReg() == 0)) &&
8418 assert(!inITBlock() && "nested IT blocks?!");
8436 ((!inITBlock() && Inst.getOperand(5).getReg() == ARM::CPSR) ||
8437 (inITBlock() && Inst.getOperand(5).getReg() != ARM::CPSR)) &&
8476 inITBlock() && Inst.getOperand(5).getReg() == ARM::CPSR) ||
8477 (inITBlock() && Inst.getOperand(5).getReg() != ARM::CPSR)) &&
8533 !inITBlock())
8536 inITBlock())
8591 { // processInstruction() updates inITBlock state, we need to save it away
8592 bool wasInITBlock = inITBlock();