Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp384 template <typename T> static RISCVInst DecodeUType(uint32_t inst) { in DecodeUType() function
424 {"LUI", 0x7F, 0x37, DecodeUType<LUI>},
425 {"AUIPC", 0x7F, 0x17, DecodeUType<AUIPC>},