Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVCInstructions.h52 RISCVInst DecodeC_LWSP(uint32_t inst) { in DecodeC_LWSP()
62 RISCVInst DecodeC_LDSP(uint32_t inst) { in DecodeC_LDSP()
72 RISCVInst DecodeC_SWSP(uint32_t inst) { in DecodeC_SWSP()
78 RISCVInst DecodeC_SDSP(uint32_t inst) { in DecodeC_SDSP()
84 RISCVInst DecodeC_LW(uint32_t inst) { in DecodeC_LW()
91 RISCVInst DecodeC_LD(uint32_t inst) { in DecodeC_LD()
97 RISCVInst DecodeC_SW(uint32_t inst) { in DecodeC_SW()
104 RISCVInst DecodeC_SD(uint32_t inst) { in DecodeC_SD()
110 RISCVInst DecodeC_J(uint32_t inst) { in DecodeC_J()
124 RISCVInst DecodeC_JR(uint32_t inst) { in DecodeC_JR()
[all …]
H A DRISCVInstructions.h275 using RISCVInst = std::variant< variable
303 RISCVInst (*decode)(uint32_t inst);
309 RISCVInst decoded;
H A DEmulateInstructionRISCV.cpp384 template <typename T> static RISCVInst DecodeUType(uint32_t inst) { in DecodeUType()
388 template <typename T> static RISCVInst DecodeJType(uint32_t inst) { in DecodeJType()
392 template <typename T> static RISCVInst DecodeIType(uint32_t inst) { in DecodeIType()
396 template <typename T> static RISCVInst DecodeBType(uint32_t inst) { in DecodeBType()
401 template <typename T> static RISCVInst DecodeSType(uint32_t inst) { in DecodeSType()
405 template <typename T> static RISCVInst DecodeRType(uint32_t inst) { in DecodeRType()
409 template <typename T> static RISCVInst DecodeRShamtType(uint32_t inst) { in DecodeRShamtType()
413 template <typename T> static RISCVInst DecodeRRS1Type(uint32_t inst) { in DecodeRRS1Type()
417 template <typename T> static RISCVInst DecodeR4Type(uint32_t inst) { in DecodeR4Type()