Searched refs:IsLowHalf (Results 1 – 5 of 5) sorted by relevance
44 if (new_type.IsLowHalf() || new_type.IsHighHalf()) { in SetRegisterType()90 DCHECK(!new_type.IsLowHalf()); in SetResultRegisterType()161 if (check_type.IsLowHalf()) { in VerifyRegisterType()
73 EXPECT_TRUE(precise_lo.IsLowHalf()); in TEST_F()74 EXPECT_FALSE(precise_hi.IsLowHalf()); in TEST_F()108 EXPECT_FALSE(bool_reg_type.IsLowHalf()); in TEST_F()141 EXPECT_FALSE(byte_reg_type.IsLowHalf()); in TEST_F()174 EXPECT_FALSE(char_reg_type.IsLowHalf()); in TEST_F()207 EXPECT_FALSE(short_reg_type.IsLowHalf()); in TEST_F()240 EXPECT_FALSE(int_reg_type.IsLowHalf()); in TEST_F()273 EXPECT_TRUE(long_reg_type.IsLowHalf()); in TEST_F()306 EXPECT_FALSE(float_reg_type.IsLowHalf()); in TEST_F()339 EXPECT_TRUE(double_reg_type.IsLowHalf()); in TEST_F()
103 bool IsLowHalf() const { in IsLowHalf() function109 bool IsLongOrDoubleTypes() const { return IsLowHalf(); } in IsLongOrDoubleTypes()112 if (IsLowHalf()) { in CheckWidePair()145 return IsLowHalf(); // Don't expect explicit testing of high halves in IsCategory2Types()
2971 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()3053 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()3078 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3135 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3168 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3201 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()4524 if (!component_type.IsLowHalf()) { in VerifyAGet()4935 if (!field_type->IsLowHalf()) { in VerifyISFieldAccess()
474 DCHECK(IsLowHalf()); in HighHalf()