Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp81 constexpr uint32_t DecodeBImm(uint32_t inst) { in DecodeBImm() function
397 return T{Rs{DecodeRS1(inst)}, Rs{DecodeRS2(inst)}, DecodeBImm(inst), in DecodeBType()