test_pattern8
#define test_cell_val8 ((unsigned long)test_pattern8 << (index8 * NBBY))
#define test_cell_val8 ((unsigned long)test_pattern8 << (56-(index8 * NBBY)))
#define test_cell_val8 ((unsigned long)test_pattern8 << (24-(index8 * NBBY)))
ATF_REQUIRE(res == test_pattern8);
ATF_REQUIRE_EQ(do_ustore_8(&cell.val8[index8], test_pattern8), 0);
#define test_cell_val8 ((unsigned long)test_pattern8 << (index8 * NBBY))
#define test_cell_val8 ((unsigned long)test_pattern8 << (56-(index8 * NBBY)))
#define test_cell_val8 ((unsigned long)test_pattern8 << (24-(index8 * NBBY)))
ATF_REQUIRE(res == test_pattern8);
ATF_REQUIRE_EQ(do_ustore_8(&cell.val8[index8], test_pattern8), 0);