DT_BSWAP_16
#define DT_BSWAP_32(x) ((DT_BSWAP_16(x) << 16) | DT_BSWAP_16((x) >> 16))
regs[rd] = DT_BSWAP_16((uint16_t)tupregs[0].dttk_value);