Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp647 bool ITSession::InITBlock() { return ITCounter != 0; } in InITBlock() function in ITSession
654 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.h33 bool InITBlock();
151 bool InITBlock();
/openbsd-src/gnu/llvm/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()