ASLI_U6
const u32 insn = OPC_ASLI | OP_A(rd) | OP_B(rs) | ASLI_U6(imm);
#define ASRI_U6(x) ASLI_U6(x)
#define LSRI_U6(x) ASLI_U6(x)