Home
last modified time | relevance | path

Searched refs:EmulateInstructionARM64 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.cpp52 LLDB_PLUGIN_DEFINE_ADV(EmulateInstructionARM64, InstructionARM64) in LLDB_PLUGIN_DEFINE_ADV() argument
93 EmulateInstructionARM64::ConstraintType
94 ConstrainUnpredictable(EmulateInstructionARM64::Unpredictable which) { in ConstrainUnpredictable()
95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
96 EmulateInstructionARM64::Constraint_UNKNOWN; in ConstrainUnpredictable()
98 case EmulateInstructionARM64::Unpredictable_WBOVERLAP: in ConstrainUnpredictable()
99 case EmulateInstructionARM64::Unpredictable_LDPOVERLAP: in ConstrainUnpredictable()
111 void EmulateInstructionARM64::Initialize() { in Initialize()
116 void EmulateInstructionARM64::Terminate() { in Terminate()
120 ConstString EmulateInstructionARM64::GetPluginNameStatic() { in GetPluginNameStatic()
[all …]
DEmulateInstructionARM64.h17 class EmulateInstructionARM64 : public lldb_private::EmulateInstruction {
19 EmulateInstructionARM64(const lldb_private::ArchSpec &arch) in EmulateInstructionARM64() function
156 EmulateInstructionARM64::ProcState &proc_state);
162 bool (EmulateInstructionARM64::*callback)(const uint32_t opcode); member
DCMakeLists.txt2 EmulateInstructionARM64.cpp
/external/llvm-project/lldb/unittests/Instruction/
DTestAArch64Emulator.cpp22 struct Arch64EmulatorTester : public EmulateInstructionARM64 {
24 : EmulateInstructionARM64(ArchSpec("arm64-apple-ios")) {} in Arch64EmulatorTester()
27 EmulateInstructionARM64::ProcState &proc_state) { in AddWithCarry()
28 return EmulateInstructionARM64::AddWithCarry(N, x, y, carry_in, proc_state); in AddWithCarry()
41 EmulateInstructionARM64::Initialize(); in SetUpTestCase()
45 EmulateInstructionARM64::Terminate(); in TearDownTestCase()
49 EmulateInstructionARM64::ProcState pstate; in TEST_F()
/external/llvm-project/lldb/unittests/UnwindAssembly/ARM64/
DTestArm64InstEmulation.cpp47 EmulateInstructionARM64::Initialize(); in SetUpTestCase()
52 EmulateInstructionARM64::Terminate(); in TearDownTestCase()