Searched refs:DecodeBImm (Results 1 – 1 of 1) sorted by relevance
81 constexpr uint32_t DecodeBImm(uint32_t inst) { in DecodeBImm() function397 return T{Rs{DecodeRS1(inst)}, Rs{DecodeRS2(inst)}, DecodeBImm(inst), in DecodeBType()