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.cpp646 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession
653 if (InITBlock()) in GetCond()
1063 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1072 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1296 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
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()
[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;
888 void ARMDisassembler::AddThumb1SBit(MCInst &MI, bool InITBlock) const { in AddThumb1SBit()
897 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
902 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
1099 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1101 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()
1167 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1169 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()