Home
last modified time | relevance | path

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

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