Searched refs:movw2 (Results 1 – 1 of 1) sorted by relevance
436 const Relocation& movw2 = text.relocations[2]; in TEST() local437 EXPECT_EQ(movw2.offset, Hex32(0x0)); in TEST()438 EXPECT_EQ(movw2.scattered, true); in TEST()439 EXPECT_EQ(movw2.type, ARM_RELOC_PAIR); in TEST()440 EXPECT_EQ(movw2.length, 2); in TEST()441 EXPECT_EQ(movw2.value, Hex32(0xC)); in TEST()