OPC_ASL
const u32 insn = OPC_ASL | OP_A(rd) | OP_B(rs1) | OP_C(rs2);
#define OPC_ASLI (OPC_ASL | ASL_I)