OPC_LSR
const u32 insn = OPC_LSR | OP_A(rd) | OP_B(rs1) | OP_C(rs2);
#define OPC_LSRI (OPC_LSR | LSR_I)