Searched refs:DT_BSWAP_64 (Results 1 – 1 of 1) sorted by relevance
470 #define DT_BSWAP_64(x) ((DT_BSWAP_32(x) << 32) | DT_BSWAP_32((x) >> 32)) macro5511 regs[rd] = DT_BSWAP_64((uint64_t)tupregs[0].dttk_value);