CHIP_SWAP64
# define CHIP_SWAP_ACCESS(x) CHIP_SWAP64(x)
const uint64_t r = CHIP_SWAP64(mips3_ld(h) >> shift);
mips3_sd(h, CHIP_SWAP64(val));