Home
last modified time | relevance | path

Searched defs:inst_type (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h28 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType()
48 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionLoongArch.cpp205 InstructionType inst_type) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h35 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
52 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionPPC64.cpp49 InstructionType inst_type) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h31 static bool SupportsThisInstructionType(InstructionType inst_type) { in SupportsThisInstructionType()
57 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DRISCVInstructions.h305 uint8_t inst_type = RV32 | RV64 | RV128; member
H A DEmulateInstructionRISCV.cpp625 uint8_t inst_type = RV64; in Decode() local
1782 InstructionType inst_type) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h44 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
62 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS64.cpp190 InstructionType inst_type) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h46 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
66 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionMIPS.cpp203 InstructionType inst_type) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h73 SupportsEmulatingInstructionsOfTypeStatic(InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
120 bool SupportsEmulatingInstructionsOfType(InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM.cpp723 InstructionType inst_type) { in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h37 lldb_private::InstructionType inst_type) { in SupportsEmulatingInstructionsOfTypeStatic()
55 lldb_private::InstructionType inst_type) override { in SupportsEmulatingInstructionsOfType()
H A DEmulateInstructionARM64.cpp126 InstructionType inst_type) { in CreateInstance()
/freebsd/sys/amd64/include/
H A Dvmm.h731 int inst_type; member