INSN_IS_16BIT
#define INSN_LEN(insn) (INSN_IS_16BIT(insn) ? 2 : 4)
if (unlikely(INSN_IS_16BIT(insn))) {
if (INSN_IS_16BIT(insn))