test_pattern32
#define test_cell_val32 ((unsigned long)test_pattern32 << (index32 * NBBY*4))
#define test_cell_val32 ((unsigned long)test_pattern32 << (32-(index32 * NBBY*4)))
#define test_cell_val32 ((unsigned long)test_pattern32)
ATF_REQUIRE(res == test_pattern32);
ATF_REQUIRE_EQ(do_ustore_32(&cell.val32[index32], test_pattern32), 0);
#define test_cell_val32 ((unsigned long)test_pattern32 << (index32 * NBBY*4))
#define test_cell_val32 ((unsigned long)test_pattern32 << (32-(index32 * NBBY*4)))
#define test_cell_val32 ((unsigned long)test_pattern32)
ATF_REQUIRE(res == test_pattern32);
ATF_REQUIRE_EQ(do_ustore_32(&cell.val32[index32], test_pattern32), 0);