Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h329 constexpr int32_t DecodeRM(uint32_t inst) { return DecodeFunct3(inst); } in DecodeRM() function
H A DEmulateInstructionRISCV.cpp419 Rs{DecodeRS3(inst)}, DecodeRM(inst)}; in DecodeR4Type()