/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.h | 31 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType() argument 57 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType() argument
|
H A D | RISCVInstructions.h | 305 uint8_t inst_type = RV32 | RV64 | RV128; member
|
H A D | EmulateInstructionRISCV.cpp | 628 uint8_t inst_type = RV64; Decode() local 1767 CreateInstance(const ArchSpec & arch,InstructionType inst_type) CreateInstance() argument
|
/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.h | 35 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 52 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
H A D | EmulateInstructionPPC64.cpp | 49 InstructionType inst_type) { in CreateInstance()
|
/llvm-project/lldb/source/Plugins/Instruction/LoongArch/ |
H A D | EmulateInstructionLoongArch.h | 28 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType() 48 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
H A D | EmulateInstructionLoongArch.cpp | 205 InstructionType inst_type) { in CreateInstance()
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
H A D | EmulateInstructionMIPS64.h | 44 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 62 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
H A D | EmulateInstructionMIPS64.cpp | 190 InstructionType inst_type) { in CreateInstance()
|
/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
H A D | EmulateInstructionMIPS.h | 46 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 66 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
H A D | EmulateInstructionMIPS.cpp | 203 InstructionType inst_type) { in CreateInstance()
|
/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.h | 73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 120 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
H A D | EmulateInstructionARM.cpp | 723 InstructionType inst_type) { in CreateInstance()
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 37 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic() 55 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
|
H A D | EmulateInstructionARM64.cpp | 126 InstructionType inst_type) { in CreateInstance()
|
/llvm-project/lldb/unittests/Instruction/RISCV/ |
H A D | TestRISCVEmulator.cpp | 281 RISCVInst inst_type; member
|