Searched refs:precise_hi (Results 1 – 1 of 1) sorted by relevance
68 const RegType& precise_hi = cache.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in TEST_F() local74 EXPECT_FALSE(precise_hi.IsLowHalf()); in TEST_F()76 EXPECT_TRUE(precise_hi.IsHighHalf()); in TEST_F()78 EXPECT_TRUE(precise_hi.IsLongHighTypes()); in TEST_F()81 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi)); in TEST_F()84 EXPECT_TRUE((long_hi.Merge(precise_hi, &cache, /* verifier= */ nullptr)).IsLongHighTypes()); in TEST_F()