Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp653 if (InITBlock()) in GetCond()
1303 if (InITBlock()) in EmulateMOVRdRm()
1387 setflags = !InITBlock(); in EmulateMOVRdImm()
1500 setflags = !InITBlock(); in EmulateMUL()
1690 setflags = !InITBlock(); in EmulateMVNReg()
1693 if (InITBlock()) in EmulateMVNReg()
3040 setflags = !InITBlock(); in EmulateADDImmThumb()
9164 setflags = !InITBlock(); in EmulateRSBImm()
9514 setflags = !InITBlock(); in EmulateSBCReg()
9593 setflags = !InITBlock(); in EmulateSUBImmThumb()
[all …]
H A DEmulateInstructionARM.h32 bool InITBlock();
150 bool InITBlock();
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp164 void AddThumb1SBit(MCInst &MI, bool InITBlock) const;
885 void ARMDisassembler::AddThumb1SBit(MCInst &MI, bool InITBlock) const { in AddThumb1SBit()
894 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
899 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
1096 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1098 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()
1164 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1166 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()