Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp93 EmulateInstructionARM64::ConstraintType
95 EmulateInstructionARM64::ConstraintType result = in ConstrainUnpredictable()
96 EmulateInstructionARM64::Constraint_UNKNOWN; in ConstrainUnpredictable()
111 void EmulateInstructionARM64::Initialize() { in Initialize()
116 void EmulateInstructionARM64::Terminate() { in Terminate()
141 return new EmulateInstructionARM64(arch); in CreateInstance()
193 EmulateInstructionARM64::Opcode *
200 &EmulateInstructionARM64::EmulateADDSUBImm, in GetOpcodeForInstruction()
203 &EmulateInstructionARM64::EmulateADDSUBImm, in GetOpcodeForInstruction()
474 bool EmulateInstructionARM64::UsingAArch32() { in UsingAArch32()
[all …]
H A 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
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile362 SRCS+= Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp