Searched refs:EmulateInstructionARM64 (Results 1 – 5 of 5) sorted by relevance
93 EmulateInstructionARM64::ConstraintType95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()96 EmulateInstructionARM64::Constraint_UNKNOWN; in ConstrainUnpredictable()111 void EmulateInstructionARM64::Initialize() { in Initialize()116 void EmulateInstructionARM64::Terminate() { in Terminate()131 return new EmulateInstructionARM64(arch); in CreateInstance()183 EmulateInstructionARM64::Opcode *190 &EmulateInstructionARM64::EmulateADDSUBImm, in GetOpcodeForInstruction()193 &EmulateInstructionARM64::EmulateADDSUBImm, in GetOpcodeForInstruction()464 bool EmulateInstructionARM64::UsingAArch32() { in UsingAArch32()[all …]
17 class EmulateInstructionARM64 : public lldb_private::EmulateInstruction {19 EmulateInstructionARM64(const lldb_private::ArchSpec &arch) in EmulateInstructionARM64() function154 EmulateInstructionARM64::ProcState &proc_state);160 bool (EmulateInstructionARM64::*callback)(const uint32_t opcode); member
2 EmulateInstructionARM64.cpp
22 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()
47 EmulateInstructionARM64::Initialize(); in SetUpTestCase()52 EmulateInstructionARM64::Terminate(); in TearDownTestCase()