Searched refs:InITBlock (Results 1 – 3 of 3) sorted by relevance
647 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession654 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 …]
33 bool InITBlock();151 bool InITBlock();
164 void AddThumb1SBit(MCInst &MI, bool InITBlock) const;885 void ARMDisassembler::AddThumb1SBit(MCInst &MI, bool InITBlock) const { in AddThumb1SBit()894 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()899 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()1096 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local1098 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()1164 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local1166 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()