Home
last modified time | relevance | path

Searched refs:InITBlock (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp569 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument
577 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
582 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
717 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local
719 AddThumb1SBit(MI, InITBlock); in getInstruction()
760 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local
762 AddThumb1SBit(MI, InITBlock); in getInstruction()