Searched refs:InITBlock (Results 1 – 3 of 3) sorted by relevance
652 if (InITBlock()) in GetCond()1305 if (InITBlock()) in EmulateMOVRdRm()1389 setflags = !InITBlock(); in EmulateMOVRdImm()1502 setflags = !InITBlock(); in EmulateMUL()1692 setflags = !InITBlock(); in EmulateMVNReg()1695 if (InITBlock()) in EmulateMVNReg()3045 setflags = !InITBlock(); in EmulateADDImmThumb()9189 setflags = !InITBlock(); in EmulateRSBImm()9539 setflags = !InITBlock(); in EmulateSBCReg()9618 setflags = !InITBlock(); in EmulateSUBImmThumb()[all …]
32 bool InITBlock();153 bool InITBlock();
731 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument739 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()744 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()937 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local939 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()1004 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local1006 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()