Searched refs:precise_hi (Results 1 – 1 of 1) sorted by relevance
88 const RegType& precise_hi = cache.FromCat2ConstHi(static_cast<int32_t>(val >> 32), true); in TEST_F() local94 EXPECT_FALSE(precise_hi.IsLowHalf()); in TEST_F()96 EXPECT_TRUE(precise_hi.IsHighHalf()); in TEST_F()98 EXPECT_TRUE(precise_hi.IsLongHighTypes()); in TEST_F()101 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi)); in TEST_F()104 EXPECT_TRUE((long_hi.Merge(precise_hi, &cache, /* verifier= */ nullptr)).IsLongHighTypes()); in TEST_F()