Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp662 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 …]
H A DEmulateInstructionARM.h33 bool InITBlock();
154 bool InITBlock();
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp556 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument
564 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() local
714 AddThumb1SBit(MI, InITBlock); in getInstruction()
758 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local
760 AddThumb1SBit(MI, InITBlock); in getInstruction()