Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp652 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 …]
H A DEmulateInstructionARM.h32 bool InITBlock();
150 bool InITBlock();
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp891 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument
899 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() local
1102 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()
1167 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1169 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()