Searched refs:InITBlock (Results 1 – 3 of 3) sorted by relevance
662 if (InITBlock()) in GetCond()1315 if (InITBlock()) in EmulateMOVRdRm()1397 setflags = !InITBlock(); in EmulateMOVRdImm()1510 setflags = !InITBlock(); in EmulateMUL()1700 setflags = !InITBlock(); in EmulateMVNReg()1703 if (InITBlock()) in EmulateMVNReg()3053 setflags = !InITBlock(); in EmulateADDImmThumb()9197 setflags = !InITBlock(); in EmulateRSBImm()9547 setflags = !InITBlock(); in EmulateSBCReg()9626 setflags = !InITBlock(); in EmulateSUBImmThumb()[all …]
33 bool InITBlock();154 bool InITBlock();
556 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument564 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()569 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()712 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local714 AddThumb1SBit(MI, InITBlock); in getInstruction()758 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local760 AddThumb1SBit(MI, InITBlock); in getInstruction()