Searched refs:IsLowHalf (Results 1 – 5 of 5) sorted by relevance
42 if (new_type.IsLowHalf() || new_type.IsHighHalf()) { in SetRegisterType()88 DCHECK(!new_type.IsLowHalf()); in SetResultRegisterType()151 if (check_type.IsLowHalf()) { in VerifyRegisterType()
72 EXPECT_TRUE(precise_lo.IsLowHalf()); in TEST_F()73 EXPECT_FALSE(precise_hi.IsLowHalf()); in TEST_F()107 EXPECT_FALSE(bool_reg_type.IsLowHalf()); in TEST_F()140 EXPECT_FALSE(byte_reg_type.IsLowHalf()); in TEST_F()173 EXPECT_FALSE(char_reg_type.IsLowHalf()); in TEST_F()206 EXPECT_FALSE(short_reg_type.IsLowHalf()); in TEST_F()239 EXPECT_FALSE(int_reg_type.IsLowHalf()); in TEST_F()272 EXPECT_TRUE(long_reg_type.IsLowHalf()); in TEST_F()305 EXPECT_FALSE(float_reg_type.IsLowHalf()); in TEST_F()338 EXPECT_TRUE(double_reg_type.IsLowHalf()); in TEST_F()
100 bool IsLowHalf() const { in IsLowHalf() function106 bool IsLongOrDoubleTypes() const { return IsLowHalf(); } in IsLongOrDoubleTypes()109 if (IsLowHalf()) { in CheckWidePair()138 return IsLowHalf(); // Don't expect explicit testing of high halves in IsCategory2Types()
2861 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()2940 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()2962 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3016 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3320 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()4373 if (!component_type.IsLowHalf()) { in VerifyAGet()4731 if (!field_type->IsLowHalf()) { in VerifyISFieldAccess()4881 if (!field_type->IsLowHalf()) { in VerifyQuickFieldAccess()
451 DCHECK(IsLowHalf()); in HighHalf()