Searched refs:movw1 (Results 1 – 1 of 1) sorted by relevance
430 const Relocation& movw1 = text.relocations[1]; in TEST() local431 EXPECT_EQ(movw1.offset, Hex32(0x4)); in TEST()432 EXPECT_EQ(movw1.scattered, true); in TEST()433 EXPECT_EQ(movw1.type, ARM_RELOC_HALF_SECTDIFF); in TEST()434 EXPECT_EQ(movw1.length, 2); in TEST()435 EXPECT_EQ(movw1.value, 0x10U); in TEST()