Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp645 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession
652 if (InITBlock()) in GetCond()
1065 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1074 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1298 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1305 if (InITBlock()) in EmulateMOVRdRm()
1389 setflags = !InITBlock(); in EmulateMOVRdImm()
1502 setflags = !InITBlock(); in EmulateMUL()
1692 setflags = !InITBlock(); in EmulateMVNReg()
1695 if (InITBlock()) in EmulateMVNReg()
[all …]
DEmulateInstructionARM.h32 bool InITBlock();
153 bool InITBlock();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp731 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument
739 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
744 MI.insert(I, MCOperand::createReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
937 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
939 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()
1004 bool InITBlock = ITBlock.instrInITBlock(); in getThumbInstruction() local
1006 AddThumb1SBit(MI, InITBlock); in getThumbInstruction()