cis_get_short
uint32_t result = cis_get_short(tp);
result |= cis_get_short(tp) << 16;
#define GET_SHORT(tp) cis_get_short(tp)