================
@@ -98,6 +98,22 @@ static DecodeStatus DecodeSRRegisterClass(MCInst &Inst, uint64_t RegNo,
return MCDisassembler::Fail;
}
+const unsigned BRDecoderTable[] = {
----------------
arsenm wrote:
MCPhysReg?
https://github.com/llvm/llvm-project/pull/126022