Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp93 constexpr uint32_t DecodeUImm(uint32_t inst) { in DecodeUImm() function
385 return T{Rd{DecodeRD(inst)}, DecodeUImm(inst)}; in DecodeUType()