Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h318 constexpr uint32_t DecodeRS3(uint32_t inst) { in DecodeRS3() function
H A DEmulateInstructionRISCV.cpp419 Rs{DecodeRS3(inst)}, DecodeRM(inst)}; in DecodeR4Type()