Searched refs:InITBlock (Results 1 – 3 of 3) sorted by relevance
646 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession653 if (InITBlock()) in GetCond()1063 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()1072 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()1296 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()1303 if (InITBlock()) in EmulateMOVRdRm()1387 setflags = !InITBlock(); in EmulateMOVRdImm()1500 setflags = !InITBlock(); in EmulateMUL()1690 setflags = !InITBlock(); in EmulateMVNReg()1693 if (InITBlock()) in EmulateMVNReg()[all …]
32 bool InITBlock();150 bool InITBlock();
164 void AddThumb1SBit(MCInst &MI, bool InITBlock) const;888 void ARMDisassembler::AddThumb1SBit(MCInst &MI, bool InITBlock) const { in AddThumb1SBit()897 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()902 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()1099 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local1101 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()1167 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local1169 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()