Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
HDEmulateInstructionARM.cpp104 bool ITSession::InITBlock() in InITBlock() function in ITSession
118 if (InITBlock()) in GetCond()
536 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
544 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
775 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
782 if (InITBlock()) in EmulateMOVRdRm()
860 setflags = !InITBlock(); in EmulateMOVRdImm()
975 setflags = !InITBlock(); in EmulateMUL()
1162 setflags = !InITBlock(); in EmulateMVNReg()
1165 if (InITBlock()) in EmulateMVNReg()
[all …]
HDEmulateInstructionARM.h34 bool InITBlock();
191 bool InITBlock();
/trueos/contrib/llvm/lib/Target/ARM/Disassembler/
HDARMDisassembler.cpp564 static void AddThumb1SBit(MCInst &MI, bool InITBlock) { in AddThumb1SBit() argument
572 MI.insert(I, MCOperand::CreateReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
577 MI.insert(I, MCOperand::CreateReg(InITBlock ? 0 : ARM::CPSR)); in AddThumb1SBit()
715 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local
717 AddThumb1SBit(MI, InITBlock); in getInstruction()
762 bool InITBlock = ITBlock.instrInITBlock(); in getInstruction() local
764 AddThumb1SBit(MI, InITBlock); in getInstruction()