DT_BSWAP_32
#define DT_BSWAP_64(x) ((DT_BSWAP_32(x) << 32) | DT_BSWAP_32((x) >> 32))
regs[rd] = DT_BSWAP_32((uint32_t)tupregs[0].dttk_value);