Searched refs:InITBlock (Results 1 – 3 of 3) sorted by relevance
652 if (InITBlock()) in GetCond()1300 if (InITBlock()) in EmulateMOVRdRm()1384 setflags = !InITBlock(); in EmulateMOVRdImm()1497 setflags = !InITBlock(); in EmulateMUL()1687 setflags = !InITBlock(); in EmulateMVNReg()1690 if (InITBlock()) in EmulateMVNReg()3040 setflags = !InITBlock(); in EmulateADDImmThumb()9184 setflags = !InITBlock(); in EmulateRSBImm()9534 setflags = !InITBlock(); in EmulateSBCReg()9613 setflags = !InITBlock(); in EmulateSUBImmThumb()[all …]
32 bool InITBlock();150 bool InITBlock();
891 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument899 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()904 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()1100 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local1102 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()1167 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local1169 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()