Searched refs:DecodeRShamtType (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 409 template <typename T> static RISCVInst DecodeRShamtType(uint32_t inst) { in DecodeRShamtType() function 443 {"SLLI", 0xF800707F, 0x1013, DecodeRShamtType<SLLI>}, 444 {"SRLI", 0xF800707F, 0x5013, DecodeRShamtType<SRLI>}, 445 {"SRAI", 0xF800707F, 0x40005013, DecodeRShamtType<SRAI>}, 460 {"SLLIW", 0xFE00707F, 0x101B, DecodeRShamtType<SLLIW>}, 461 {"SRLIW", 0xFE00707F, 0x501B, DecodeRShamtType<SRLIW>}, 462 {"SRAIW", 0xFE00707F, 0x4000501B, DecodeRShamtType<SRAIW>},
|